From fb0cb808467c9991a4fa6208ee61907d1eb45dfe Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Fri, 19 Apr 2013 18:45:03 +0000 Subject: Add stage-install.sh so we can do away with the need to have $STAGE_OBJTOP/include for src/include. --- include/Makefile | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include') diff --git a/include/Makefile b/include/Makefile index a983e225560a..87de693f72c3 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 -- cgit v1.3