From patchwork Sun Mar 14 23:35:56 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: build.h generation Date: Sun, 14 Mar 2010 23:35:56 -0000 From: Stefan Reinauer X-Patchwork-Id: 1048 Message-Id: <4B9D72DC.8070701@coresystems.de> To: coreboot mailing list See patch Acked-by: Ronald G. Minnich Index: Makefile =================================================================== --- Makefile (revision 5207) +++ Makefile (working copy) @@ -275,7 +275,7 @@ CBFS_PAYLOAD_COMPRESS_FLAG:=l endif -coreboot: prepare prepare2 $(obj)/coreboot.rom +coreboot: prepare $(obj)/coreboot.rom endif @@ -284,9 +284,7 @@ mkdir -p $(obj)/util/kconfig/lxdialog $(obj)/util/cbfstool test -n "$(alldirs)" && mkdir -p $(alldirs) || true -prepare2: $(obj)/build.h - -$(obj)/build.h: +$(obj)/build.h: .xcompile @printf " GEN build.h\n" rm -f $(obj)/build.h printf "/* build system definitions (autogenerated) */\n" > $(obj)/build.ht @@ -355,5 +353,5 @@ @# http://www.coreboot.org/pipermail/coreboot/2010-February/055825.html $(HOSTCC) -g $(STACK) -Wall -o $@ $< -.PHONY: $(PHONY) prepare prepare2 clean distclean doxygen doxy coreboot +.PHONY: $(PHONY) prepare clean distclean doxygen doxy coreboot .xcompile