]> git.pld-linux.org Git - packages/athcool.git/commitdiff
- *FLAGS can be now fully masked
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 5 Aug 2003 23:15:27 +0000 (23:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    athcool-DESTDIR.patch -> 1.2

athcool-DESTDIR.patch

index 09b1821947fac71250d4f30ecfc61cc5878d4750..458724bd42f61bcb0fbc5eb0d6468c8d321e0941 100644 (file)
@@ -1,5 +1,5 @@
 --- ./Makefile.org     Sat Jun 21 07:38:54 2003
-+++ ./Makefile Tue Aug  5 23:58:44 2003
++++ ./Makefile Wed Aug  6 01:16:31 2003
 @@ -11,8 +11,9 @@
  CC    = gcc
  LD    = $(CC)
@@ -7,17 +7,13 @@
 -CFLAGS        = -O2 -Wall
 -LDFLAGS = $(CFLAGS)
 +FLAGS = -O2 -Wall
-+CFLAGS        =
-+LDFLAGS =
++CFLAGS        = $(FLAGS)
++LDFLAGS = $(FLAGS)
  DEF     = -I. -I$(includedir)
  LIBPCI  = -lpci
  LDLIBS        = $(LIBPCI)
-@@ -25,14 +26,14 @@
- all: $(PACKAGE)
- $(PACKAGE): $(OBJS)
--      $(CC) $(CFLAGS) $(OBJS) $(LDLIBS) -o $@
-+      $(CC) $(FLAGS) $(CFLAGS) $(OBJS) $(LDLIBS) -o $@
+@@ -28,8 +29,8 @@
+       $(CC) $(CFLAGS) $(OBJS) $(LDLIBS) -o $@
  
  install::
 -      install -d $(sbindir)
@@ -26,8 +22,4 @@
 +      install -s $(PACKAGE) $(DESTDIR)$(sbindir)
  
  .c.o:
--      $(CC) $(CFLAGS) $(DEF) -c $< -o $@
-+      $(CC) $(FLAGS) $(CFLAGS) $(DEF) -c $< -o $@
- clean:
-       -$(RM) $(PACKAGE) *.o core *~ a.out test
+       $(CC) $(CFLAGS) $(DEF) -c $< -o $@
This page took 0.058908 seconds and 4 git commands to generate.