SPECS: kernel-net-atl2.spec - kill useless P and O - simpler Makefile

shadzik shadzik at pld-linux.org
Mon Jul 16 00:26:03 CEST 2007


Author: shadzik                      Date: Sun Jul 15 22:26:03 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- kill useless P and O
- simpler Makefile

---- Files affected:
SPECS:
   kernel-net-atl2.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/kernel-net-atl2.spec
diff -u SPECS/kernel-net-atl2.spec:1.4 SPECS/kernel-net-atl2.spec:1.5
--- SPECS/kernel-net-atl2.spec:1.4	Sun Jul 15 23:54:54 2007
+++ SPECS/kernel-net-atl2.spec	Mon Jul 16 00:25:58 2007
@@ -22,9 +22,6 @@
 %requires_releq_kernel
 Requires(postun):	%releq_kernel
 %endif
-Provides:	kernel(atl2)
-Obsoletes:	atl2
-Obsoletes:	linux-net-atl2
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -39,9 +36,8 @@
 %setup -q -n atl2-%{version}
 
 cat > src/Makefile <<'EOF'
-CFILES = at_main.c at_hw.c at_param.c at_ethtool.c kcompat.c
 obj-m := atl2.o
-atl2-objs := $(CFILES:.c=.o)
+atl2-objs := at_main.o at_hw.o at_param.o at_ethtool.o kcompat.o
 EOF
 
 %build
@@ -72,6 +68,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2007/07/15 22:25:58  shadzik
+- kill useless P and O
+- simpler Makefile
+
 Revision 1.4  2007/07/15 21:54:54  paszczus
 - adaptarized
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kernel-net-atl2.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list