mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 01:38:57 +00:00
Added -f to rm so install doesn't abort if the file doesn't exist.
Reviewed by: Submitted by:
This commit is contained in:
parent
13a2898404
commit
c13a11ac11
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2144
@ -13,6 +13,6 @@ LDDESTDIR+= -L${.CURDIR}/../cc_int
|
||||
LDADD+= -lcc_int
|
||||
|
||||
afterinstall:
|
||||
cd $(DESTDIR)$(BINDIR) ; rm gcc ; ln -s cc gcc
|
||||
cd $(DESTDIR)$(BINDIR) ; rm -f gcc ; ln -s cc gcc
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user