diff options
| author | Roy Marples <roy@marples.name> | 2014-11-07 20:56:47 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2014-11-07 20:56:47 +0000 |
| commit | 68c8a3cf6f069490663c64967a5221fa3d769c3a (patch) | |
| tree | 5f5c0c5d26149d3cb91829df14c424f54adf1116 /Makefile | |
| parent | e7bb56dc06e03a3a0bb34985ddffbf7efaddcce8 (diff) | |
| download | dhcpcd-68c8a3cf6f069490663c64967a5221fa3d769c3a.tar.xz | |
Remove RCSIDs from dhcpcd, they belong in the upstream project only.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 61 |
1 files changed, 0 insertions, 61 deletions
@@ -168,67 +168,6 @@ import: ${SRCS} tr ' ' '\n' | \ sort -u) /tmp/${DISTPREFIX}/compat; \ fi; - if test -n "${IMPORT_RCSID}"; then \ - for x in \ - /tmp/${DISTPREFIX}/*.c \ - /tmp/${DISTPREFIX}/crypt/*.c \ - /tmp/${DISTPREFIX}/compat/*.c \ - ; do \ - if test -e "$$x"; then \ - printf "${IMPORT_RCSID}\n\n" >"$$x".new; \ - cat "$$x" >>"$$x".new; \ - mv "$$x".new "$$x"; \ - fi; \ - done; \ - fi; - if test -n "${IMPORT_HID}"; then \ - for x in \ - /tmp/${DISTPREFIX}/*.h \ - /tmp/${DISTPREFIX}/crypt/*.h \ - /tmp/${DISTPREFIX}/compat/*.h \ - ; do \ - if test -e "$$x"; then \ - printf "${IMPORT_HID}\n\n" >"$$x".new; \ - cat "$$x" >>"$$x".new; \ - mv "$$x".new "$$x"; \ - fi; \ - done; \ - fi; - if test -n "${IMPORT_MANID}"; then \ - for x in \ - /tmp/${DISTPREFIX}/dhcpcd.8.in \ - /tmp/${DISTPREFIX}/dhcpcd-run-hooks.8.in \ - /tmp/${DISTPREFIX}/dhcpcd.conf.5.in \ - ; do \ - if test -e "$$x"; then \ - printf "${IMPORT_MANID}\n" >"$$x".new; \ - cat "$$x" >>"$$x".new; \ - mv "$$x".new "$$x"; \ - fi; \ - done; \ - fi; - if test -n "${IMPORT_SHID}"; then \ - for x in \ - /tmp/${DISTPREFIX}/dhcpcd-run-hooks.in \ - /tmp/${DISTPREFIX}/dhcpcd.conf \ - /tmp/${DISTPREFIX}/dhcpcd-definitions.conf \ - ; do \ - if test -e "$$x"; then \ - if test "$$(sed -ne 1p $$x)" = "#!/bin/sh" \ - ; then \ - echo "#!/bin/sh" > "$$x".new; \ - printf "${IMPORT_SHID}\n" >>"$$x".new; \ - echo "" >>"$$x".new; \ - sed 1d "$$x" >>"$$x".new; \ - else \ - printf "${IMPORT_SHID}\n" >>"$$x".new; \ - echo "" >>"$$x".new; \ - cat "$$x" >>"$$x".new; \ - fi; \ - mv "$$x".new "$$x"; \ - fi; \ - done; \ - fi; cd dhcpcd-hooks; ${MAKE} DISTPREFIX=${DISTPREFIX} $@ include Makefile.inc |
