* [PATCH] Add dependency on kernel.release to the package targets
@ 2006-05-12 21:34 Zach Brown
0 siblings, 0 replies; only message in thread
From: Zach Brown @ 2006-05-12 21:34 UTC (permalink / raw)
To: Andrew Morton, Sam Ravnborg, linux-kernel
Add dependency on kernel.release to the package targets
The binrpm-pkg target uses KERNELRELEASE when generated its .spec
file. When binrpm-pkg was the first build target run in a tree it
generated the .spec before kernel.release so the Version: tag
in the .spec was empty.
I don't know if this is the best fix, but binrpm-pkg works when we
explicitly build kernel.release before descending into package-dir.
Signed-off-by: Zach Brown <zach.brown@oracle.com>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: 2.6.17-rc3-mm1-rds/Makefile
===================================================================
--- 2.6.17-rc3-mm1-rds.orig/Makefile
+++ 2.6.17-rc3-mm1-rds/Makefile
@@ -986,9 +986,9 @@ distclean: mrproper
# rpm target kept for backward compatibility
package-dir := $(srctree)/scripts/package
-%pkg: FORCE
+%pkg: include/config/kernel.release FORCE
$(Q)$(MAKE) $(build)=$(package-dir) $@
-rpm: FORCE
+rpm: include/config/kernel.release FORCE
$(Q)$(MAKE) $(build)=$(package-dir) $@
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-05-12 21:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-12 21:34 [PATCH] Add dependency on kernel.release to the package targets Zach Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®