Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F171338744
D2003.id20829.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
809 B
Referenced Files
None
Subscribers
None
D2003.id20829.diff
View Options
Index: usr.sbin/crunch/crunchgen/crunchgen.c
===================================================================
--- usr.sbin/crunch/crunchgen/crunchgen.c
+++ usr.sbin/crunch/crunchgen/crunchgen.c
@@ -985,7 +985,6 @@
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 @@
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");
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Sep 11, 1:05 PM (18 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38706474
Default Alt Text
D2003.id20829.diff (809 B)
Attached To
Mode
D2003: Do not strip crunched binary; it will be done by install
Attached
Detach File
Event Timeline
Log In to Comment