openap-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[openap-cvs] : erase Makefile,1.1.1.1,1.2


From: Pavel Roskin <address@hidden>
Subject: [openap-cvs] : erase Makefile,1.1.1.1,1.2
Date: Wed, 23 Oct 2002 18:58:15 -0400

Update of /cvsroot/openap/erase
In directory subversions:/tmp/cvs-serv20044

Modified Files:
        Makefile 
Log Message:
Strip by using "-s" in LDFLAGS.
Define INSTALL.
Optimize for size, not for speed (shouldn't matter, most waiting is
in the kernel).


Index: Makefile
===================================================================
RCS file: /cvsroot/openap/erase/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- Makefile    11 May 2002 16:51:04 -0000      1.1.1.1
+++ Makefile    23 Oct 2002 22:58:11 -0000      1.2
@@ -1,13 +1,14 @@
-CFLAGS += -O2 -Wall -static
+CFLAGS = -Os -Wall
+LDFLAGS = -s
 
 TARGETS = update
+INSTALL = install
 
 all: $(TARGETS)
         
 install:
        $(INSTALL) -d $(IMAGE_DIR)/sbin
        $(INSTALL) update $(IMAGE_DIR)/sbin
-       $(STRIP) $(STRIPFLAGS) $(IMAGE_DIR)/sbin/update
 
 clean:
        rm -f *.o $(TARGETS)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]