ablfs-more
trunk
Last change
on this file since 875366f was fd4a798, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago |
Remove $Id$ comments, they are useless with git
|
-
Property mode
set to
100644
|
File size:
687 bytes
|
Line | |
---|
1 | # From the Build Scripts Written By: Jim Gifford <lfs@jg555.com>
|
---|
2 | # Modified By: Joe Ciccone <jciccone@linuxfromscratch.org
|
---|
3 | # Additional changes: George Boudreau <georgeb@linuxfromscratch.org>
|
---|
4 | # Manuel Canales Esparcia
|
---|
5 | # Pierre Labastie
|
---|
6 |
|
---|
7 | CONFIG_CONFIG_IN = Config.in
|
---|
8 | CONFIG = menu
|
---|
9 |
|
---|
10 | all: menuconfig
|
---|
11 | @$$(grep RUN_ME configuration 2>/dev/null | sed -e 's@RUN_ME=\"@@' -e 's@\"@@')
|
---|
12 |
|
---|
13 | menuconfig:
|
---|
14 | @cp -a configuration configuration.old 2>/dev/null || true
|
---|
15 | @CONFIG_="" KCONFIG_CONFIG=configuration \
|
---|
16 | python3 $(CONFIG)/menuconfig.py $(CONFIG_CONFIG_IN)
|
---|
17 |
|
---|
18 | # Clean up
|
---|
19 |
|
---|
20 | clean:
|
---|
21 | rm -f configuration configuration.old error
|
---|
22 |
|
---|
23 | .PHONY: all menuconfig clean
|
---|
Note:
See
TracBrowser
for help on using the repository browser.