diff options
| author | Roy Marples <roy@marples.name> | 2019-08-28 16:15:04 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-08-28 16:15:04 +0100 |
| commit | cf648d64b2b23ad91ad8cffa704a4a2d3687a091 (patch) | |
| tree | 304fd06eb813d6a4d1da58c0e8d3009c9abd6b5d /Makefile | |
| parent | 61091306f58db5db2c4c3ae9fcf210563966604b (diff) | |
| download | dhcpcd-cf648d64b2b23ad91ad8cffa704a4a2d3687a091.tar.xz | |
DragonFly: make import-src now prepares the source for importing
I'm a lazy man and there's too many steps to import dhcpcd into
DragonFlyBSD, so hopefully this makes it a lot easier.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -91,4 +91,10 @@ import: dist ${INSTALL} -d /tmp/${DISTPREFIX} tar xvJpf ${DISTFILE} -C /tmp +import-src: + rm -rf /tmp/${DISTPREFIX} + ${INSTALL} -d /tmp/${DISTPREFIX} + cp LICENSE README.md /tmp/${DISTPREFIX} + for x in ${SUBDIRS}; do cd $$x; ${MAKE} DESTDIR=/tmp/${DISTPREFIX} $@ || exit $$?; cd ..; done + include Makefile.inc |
