crunchgen: do not strip crunched binary (it will be done by install)
Reviewed by: adrian, imp (earlier) Differential Revision: https://reviews.freebsd.org/D2003
This commit is contained in:
parent
58d2f848e2
commit
7c10d87b78
@ -985,7 +985,6 @@ top_makefile_rules(FILE *outmk)
|
||||
prog_t *p;
|
||||
|
||||
fprintf(outmk, "LD?= ld\n");
|
||||
fprintf(outmk, "STRIPBIN?= strip\n");
|
||||
if ( subtract_strlst(&libs, &libs_so) )
|
||||
fprintf(outmk, "# NOTE: Some LIBS declarations below overridden by LIBS_SO\n");
|
||||
|
||||
@ -1033,7 +1032,6 @@ top_makefile_rules(FILE *outmk)
|
||||
fprintf(outmk, "\t$(CC) -static -o %s %s.o $(CRUNCHED_OBJS) $(LIBS)\n",
|
||||
execfname, execfname);
|
||||
fprintf(outmk, ".endif\n");
|
||||
fprintf(outmk, "\t$(STRIPBIN) %s\n", execfname);
|
||||
fprintf(outmk, "realclean: clean subclean\n");
|
||||
fprintf(outmk, "clean:\n\trm -f %s *.lo *.o *_stub.c\n", execfname);
|
||||
fprintf(outmk, "subclean: $(SUBCLEAN_TARGETS)\n");
|
||||
|
Loading…
Reference in New Issue
Block a user