]> git.pld-linux.org Git - packages/lshw.git/commitdiff
- obsolete
authorAdam Gołębiowski <adamg@pld-linux.org>
Wed, 22 Aug 2007 19:58:21 +0000 (19:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lshw-make.patch -> 1.2

lshw-make.patch [deleted file]

diff --git a/lshw-make.patch b/lshw-make.patch
deleted file mode 100644 (file)
index 3098c79..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
---- lshw-B.02.11/src/Makefile.orig     2007-07-20 00:42:20.000000000 +0200
-+++ lshw-B.02.11/src/Makefile  2007-08-03 21:36:53.908682481 +0200
-@@ -7,7 +7,7 @@
- SBINDIR=$(PREFIX)/sbin
- MANDIR=$(PREFIX)/share/man
- DATADIR=$(PREFIX)/share
--INSTALL?=install -p -s
-+INSTALL?=install -p
- STRIP?=strip
- export DESTDIR
- export PREFIX
-@@ -37,7 +37,9 @@
- core:
-       +make -C core all
--$(PACKAGENAME): core $(PACKAGENAME).o
-+core/lib$(PACKAGENAME).a: core
-+
-+$(PACKAGENAME): core/lib$(PACKAGENAME).a $(PACKAGENAME).o
-       $(CXX) $(LDFLAGS) -o $@ $(PACKAGENAME).o $(LIBS)
- .PHONY: gui
-@@ -47,7 +49,7 @@
- .PHONY: static
- static: $(PACKAGENAME)-static
--$(PACKAGENAME)-static: core core/lib$(PACKAGENAME).a $(PACKAGENAME).o
-+$(PACKAGENAME)-static: core/lib$(PACKAGENAME).a $(PACKAGENAME).o
-       $(CXX) $(LDSTATIC) $(LDFLAGS) -o $@ $(PACKAGENAME).o $(LIBS)
-       $(STRIP) $@
This page took 0.061957 seconds and 4 git commands to generate.