the "install" target should not depend on "all"

this fix the issue with the failing:
make -C en_US.ISO8859-1/htdocs/ports -j1 install

PR: 222626
This commit is contained in:
Wolfram Schneider 2017-09-29 08:51:42 +00:00
parent 68d1558896
commit 886b5531c5
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50956
4 changed files with 4 additions and 4 deletions

View file

@ -75,7 +75,7 @@ categories-alpha.xml: ${INDEX} categories categories.descriptions \
done
${PORTINDEX} ${INDEX} ${.CURDIR}
install: all beforeinstall
install: beforeinstall
all install clean:
cd ${.CURDIR}; \

View file

@ -73,7 +73,7 @@ categories-alpha.xml: ${INDEX} categories categories.descriptions \
done
${PORTINDEX} ${INDEX} ${.CURDIR}
install: all beforeinstall
install: beforeinstall
all install clean:
cd ${.CURDIR}; \

View file

@ -79,7 +79,7 @@ categories-alpha.xml: ${INDEX} categories categories.descriptions \
done
${PORTINDEX} ${INDEX} ${.CURDIR}
install: all beforeinstall
install: beforeinstall
all install clean:
cd ${.CURDIR}; \

View file

@ -80,7 +80,7 @@ categories-alpha.xml: ${INDEX} categories categories.descriptions \
done
${PORTINDEX} ${INDEX} ${.CURDIR}
install: all beforeinstall
install: beforeinstall
all install clean:
cd ${.CURDIR}; \