ablfs-more
legacy
trunk
Last change
on this file since 619b313 was 619b313, checked in by Pierre Labastie <pierre@…>, 5 years ago |
Various fixes and improvements coming from github:
- the case for "pax" in packInstall.sh.prog
- an error in packageManager.xml.porg (comment before <?xml?> tag)
- a non-working $Id in Makefile
- some fixes for using the sect1info in lfs (in BLFS tools)
- a big rewrite for generating scripts with more consistent line spacing,
opening the way to manage remap="test" and remap="doc" attributes
|
-
Property mode
set to
100644
|
File size:
681 bytes
|
Rev | Line | |
---|
[619b313] | 1 | # $Id$
|
---|
[a705708] | 2 | # From the Build Scripts Written By: Jim Gifford <lfs@jg555.com>
|
---|
| 3 | # Modified By: Joe Ciccone <jciccone@linuxfromscratch.org
|
---|
| 4 | # Additional changes: George Boudreau <georgeb@linuxfromscratch.org>
|
---|
[2e2ac74] | 5 | # Manuel Canales Esparcia
|
---|
| 6 | # Pierre Labastie
|
---|
[a705708] | 7 |
|
---|
| 8 | CONFIG_CONFIG_IN = Config.in
|
---|
| 9 | CONFIG = menu
|
---|
| 10 |
|
---|
| 11 | all: menuconfig
|
---|
[a22bfe1] | 12 | @$$(grep RUN_ME configuration 2>/dev/null | sed -e 's@RUN_ME=\"@@' -e 's@\"@@')
|
---|
[a705708] | 13 |
|
---|
[f596dde] | 14 | menuconfig:
|
---|
| 15 | @cp -a configuration .configuration.old 2>/dev/null || true
|
---|
| 16 | @CONFIG_="" KCONFIG_CONFIG=configuration $(CONFIG)/menuconfig.py $(CONFIG_CONFIG_IN)
|
---|
[a705708] | 17 |
|
---|
| 18 | # Clean up
|
---|
| 19 |
|
---|
| 20 | clean:
|
---|
[2c603d8] | 21 | rm -f configuration .configuration.old error
|
---|
[a705708] | 22 |
|
---|
[f596dde] | 23 | .PHONY: all menuconfig clean
|
---|
Note:
See
TracBrowser
for help on using the repository browser.