nps: jnet/makefile.2_4, jnet/makefile.2_6 - set all: target
baggins
baggins at pld-linux.org
Thu Sep 22 01:37:54 CEST 2005
Author: baggins Date: Wed Sep 21 23:37:54 2005 GMT
Module: nps Tag: HEAD
---- Log message:
- set all: target
---- Files affected:
nps/jnet:
makefile.2_4 (1.3 -> 1.4) , makefile.2_6 (1.4 -> 1.5)
---- Diffs:
================================================================
Index: nps/jnet/makefile.2_4
diff -u nps/jnet/makefile.2_4:1.3 nps/jnet/makefile.2_4:1.4
--- nps/jnet/makefile.2_4:1.3 Sun Sep 18 01:33:27 2005
+++ nps/jnet/makefile.2_4 Thu Sep 22 01:37:48 2005
@@ -183,7 +183,8 @@
###########################################################################
# Build rules
-.SILENT: $(TARGET)
+all: $(TARGET)
+
$(TARGET): $(filter-out $(TARGET), $(CFILES:.c=.o))
$(LD) -r $^ -o $@
echo; echo
================================================================
Index: nps/jnet/makefile.2_6
diff -u nps/jnet/makefile.2_6:1.4 nps/jnet/makefile.2_6:1.5
--- nps/jnet/makefile.2_6:1.4 Sun Sep 18 01:33:27 2005
+++ nps/jnet/makefile.2_6 Thu Sep 22 01:37:48 2005
@@ -4,7 +4,7 @@
obj-m := jnet_prs.o
jnet_prs-objs := jnet_plat_src.o jnet_shared.o
-default:
+all:
$(MAKE) -C $(KERNEL_DIR) M=$(PWD) TOPDIR=$(TOPDIR) modules
clean:
================================================================
---- CVS-web:
http://cvs.pld-linux.org/nps/jnet/makefile.2_4?r1=1.3&r2=1.4&f=u
http://cvs.pld-linux.org/nps/jnet/makefile.2_6?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list