From: Marco Yuen Date: Mon, 19 Dec 2011 19:36:58 +0000 (-0500) Subject: Update srpm target. X-Git-Tag: lxcbuild~5 X-Git-Url: http://git.onelab.eu/?p=linux-3.git;a=commitdiff_plain;h=95fa02a3cfd28b631b4dcb0ca45e2dd25d5c5af8;hp=3cf753b9a6955c3be5fde908e41c1434a46a5247 Update srpm target. --- diff --git a/Makefile b/Makefile index 32874b3..43ec73c 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ srpm: sources for downloaded in $(SOURCEFILES) ; do cp ../$$downloaded . ; done ; \ cat config-planetlab >> config-generic) ./rpmmacros.sh - export HOME=$(shell pwd) ; rpmbuild $(RPMDIRDEFS) $(RPMDEFS) $(RPMBUILDOPT) --nodeps -bs $(SPECFILE) + export HOME=$(shell pwd) ; rpmbuild $(RPMDIRDEFS) $(RPMDEFS) --nodeps -bs $(SPECFILE) TARGET ?= $(shell uname -m) rpm: sources