OBJDIR-clean generating of .gitignore
By Antoine Leca
This commit is contained in:
parent
c50ec2b4e2
commit
7db58ddc19
1 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
|||
##### "all" and "depend" targets
|
||||
realinstall: realall
|
||||
realall: depend
|
||||
depend: .gitignore
|
||||
depend: ${.CURDIR}/.gitignore
|
||||
|
||||
##### Basic targets
|
||||
realinstall: proginstall scriptsinstall
|
||||
|
@ -392,7 +392,7 @@ memalloc: realall
|
|||
${INSTALL} ${INSTALLFLAGS} ${PROG}
|
||||
.endif
|
||||
|
||||
.gitignore: Makefile
|
||||
echo $(CLEANFILES) $(PROGS) | tr ' ' '\n' >.gitignore
|
||||
${.CURDIR}/.gitignore: Makefile
|
||||
echo $(CLEANFILES) $(PROGS) | tr ' ' '\n' >${.TARGET}
|
||||
|
||||
.endif # HOSTPROG
|
||||
|
|
Loading…
Reference in a new issue