summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2013-04-19 18:45:03 +0000
committersjg <sjg@FreeBSD.org>2013-04-19 18:45:03 +0000
commit76506db45de5128ae22c941ebd030e98c023690d (patch)
treed9544fd3861e9ee52ea48469d4454f4156ad1159 /include
parentfc5871dce75eba44c86055567c300d53f8ea0e5a (diff)
downloadFreeBSD-src-76506db45de5128ae22c941ebd030e98c023690d.zip
FreeBSD-src-76506db45de5128ae22c941ebd030e98c023690d.tar.gz
Add stage-install.sh so we can do away with the need to have
$STAGE_OBJTOP/include for src/include.
Diffstat (limited to 'include')
-rw-r--r--include/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/Makefile b/include/Makefile
index a983e22..87de693 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -135,9 +135,6 @@ stage_includes:
.if ${MK_STAGING} != "no" && !defined(_SKIP_BUILD)
.if make(all)
DESTDIR= ${STAGE_OBJTOP}
-# we want to keep this separate from the folk who
-# do staging "normally"
-INCLUDEDIR= /include
all: stage_includes
installincludes: buildincludes
@@ -148,11 +145,6 @@ stage_prep:
@touch $@
stage_includes: .dirdep installincludes
- @find ${DESTDIR}${INCLUDEDIR} -type d | while read d; do \
- rm -f $$d/.dirdep; \
- { ln .dirdep $$d/.dirdep 2> /dev/null || \
- cp -p .dirdep $$d/.dirdep; }; \
- done
@touch $@
.endif
.endif
OpenPOWER on IntegriCloud