common Makefile.common,1.85,1.86

Jason ティビツ (tibbs) fedora-extras-commits at redhat.com
Thu Jan 3 19:27:37 UTC 2008


Author: tibbs

Update of /cvs/extras/common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17441

Modified Files:
	Makefile.common 
Log Message:
Fix archbuild targets.



Index: Makefile.common
===================================================================
RCS file: /cvs/extras/common/Makefile.common,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- Makefile.common	4 Dec 2007 20:56:16 -0000	1.85
+++ Makefile.common	3 Jan 2008 19:27:07 -0000	1.86
@@ -310,8 +310,7 @@
 
 # build for a particular arch
 $(ARCHES) : sources $(TARGETS)
-	$(RPM_WITH_DIRS) --target $@ -ba $(SPECFILE) 2>&1 | tee .build-$(VERSION)-$(RELEASE).log
-	@exit ${PIPESTATUS[0]}
+	$(RPM_WITH_DIRS) --target $@ -ba $(SPECFILE) 2>&1 | tee .build-$(VERSION)-$(RELEASE).log ; exit $${PIPESTATUS[0]}
 
 # empty target to force checking of md5sums in FULLSOURCEFILES
 FORCE:




More information about the fedora-extras-commits mailing list