aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2016-01-23 14:11:20 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2016-01-23 14:11:20 -0800
commitcae778e10ef2485ba5432edf4efc5cfe7dfbe435 (patch)
tree3575b90161f9fd49014e5eef13874b9776d1e1eb /Makefile
parentkconfig/x86: older x86 can use microcode too. (diff)
downloadgenkernel-cae778e10ef2485ba5432edf4efc5cfe7dfbe435.tar.gz
genkernel-cae778e10ef2485ba5432edf4efc5cfe7dfbe435.tar.bz2
genkernel-cae778e10ef2485ba5432edf4efc5cfe7dfbe435.zip
Some of the arch-config blocks were never populated for minor arches, so the configs are not usable, we should ignore them.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 421a071..0a339e3 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ distclean: clean
# Generic rules
%/generated-config: %/arch-config $(BASE_KCONF) merge.pl Makefile
- perl merge.pl $^ $(BASE_KCONF) > $@
+ grep -sq THIS_CONFIG_IS_BROKEN $< && cat $< >$@ || grep -sq perl merge.pl $< $(BASE_KCONF) > $@
%.8: doc/%.8.txt doc/asciidoc.conf Makefile genkernel
a2x --conf-file=doc/asciidoc.conf --attribute="genkernelversion=$(PACKAGE_VERSION)" \