nps: nws_mc/makefile.2_4, nws_mc/makefile.2_6 - added all: target

baggins baggins at pld-linux.org
Thu Sep 22 01:42:46 CEST 2005


Author: baggins                      Date: Wed Sep 21 23:42:46 2005 GMT
Module: nps                           Tag: HEAD
---- Log message:
- added all: target

---- Files affected:
nps/nws_mc:
   makefile.2_4 (1.3 -> 1.4) , makefile.2_6 (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: nps/nws_mc/makefile.2_4
diff -u nps/nws_mc/makefile.2_4:1.3 nps/nws_mc/makefile.2_4:1.4
--- nps/nws_mc/makefile.2_4:1.3	Sun Sep 18 01:33:03 2005
+++ nps/nws_mc/makefile.2_4	Thu Sep 22 01:42:41 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/nws_mc/makefile.2_6
diff -u nps/nws_mc/makefile.2_6:1.4 nps/nws_mc/makefile.2_6:1.5
--- nps/nws_mc/makefile.2_6:1.4	Sun Sep 18 01:33:03 2005
+++ nps/nws_mc/makefile.2_6	Thu Sep 22 01:42:41 2005
@@ -4,7 +4,7 @@
 obj-m := nws_mc.o
 nws_mc-objs := nws_mc_src.o
 
-default:
+all:
 	$(MAKE) -C $(KERNEL_DIR) M=$(PWD) TOPDIR=$(TOPDIR) modules
 clean:
 	@rm -f .nws_*
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/nps/nws_mc/makefile.2_4?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/nps/nws_mc/makefile.2_6?r1=1.4&r2=1.5&f=u




More information about the pld-cvs-commit mailing list