polynomial-c 15/08/05 12:05:41 Added: cpuid-20150606-Makefile.patch Log: Version bump. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 981CA6FC)
Revision Changes Path 1.1 sys-apps/cpuid/files/cpuid-20150606-Makefile.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/cpuid/files/cpuid-20150606-Makefile.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/cpuid/files/cpuid-20150606-Makefile.patch?rev=1.1&content-type=text/plain Index: cpuid-20150606-Makefile.patch =================================================================== --- cpuid-20150606/Makefile +++ cpuid-20150606/Makefile @@ -1,9 +1,3 @@ -CFLAGS+=-g -CPPFLAGS?= -LDFLAGS?= -ifneq (,$(findstring arch=i386,$(CFLAGS))) -CISA=-m32 -endif CFL=$(CPPFLAGS) $(CFLAGS) $(CISA) -Wall -Wshadow -Wcast-align -Wredundant-decls -Wbad-function-cast -Wcast-qual -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -D_FILE_OFFSET_BITS=64 -DVERSION=$(VERSION) PACKAGE=cpuid @@ -44,7 +38,7 @@ gzip < $< > $@ install: $(PROG) $(PROG).man.gz - install -D -s -m 755 $(PROG) $(BUILDROOT)/usr/bin/$(PROG) + install -D -m 755 $(PROG) $(BUILDROOT)/usr/bin/$(PROG) install -D -m 444 $(PROG).man.gz $(BUILDROOT)/usr/share/man/man1/$(PROG).1.gz clean:
