diff options
| author | Karel Kočí <cynerd@email.cz> | 2015-05-21 19:19:01 +0200 | 
|---|---|---|
| committer | Karel Kočí <cynerd@email.cz> | 2015-05-21 19:19:01 +0200 | 
| commit | 36d6d537b44164adb1e8c6860a78f8a494fe11ec (patch) | |
| tree | d12a856624959c9eccda83040b0c266c04d078df | |
| parent | f882ffb2aa2f4e75c31d7cd735625c5847f642e0 (diff) | |
| download | linux-conf-perf-36d6d537b44164adb1e8c6860a78f8a494fe11ec.tar.gz linux-conf-perf-36d6d537b44164adb1e8c6860a78f8a494fe11ec.tar.bz2 linux-conf-perf-36d6d537b44164adb1e8c6860a78f8a494fe11ec.zip | |
Fix problem of cleaning scripts/nbscript
| -rw-r--r-- | Makefile | 1 | ||||
| -rwxr-xr-x | scripts/confmk.py | 2 | 
2 files changed, 0 insertions, 3 deletions
| @@ -62,7 +62,6 @@ clean:  	@if [ -e scripts/picosat-959/makefile ]; then $(MAKE) -C scripts/picosat-959 clean; fi  	$(RM) .conf.mk  	$(RM) -r jobfiles output result -	$(RM) $(NBSCRIPT)  distclean: clean distclean_linux distclean_buildroot  	$(RM) .conf.mk diff --git a/scripts/confmk.py b/scripts/confmk.py index 974178c..b8a1e6c 100755 --- a/scripts/confmk.py +++ b/scripts/confmk.py @@ -17,8 +17,6 @@ def gen_confmk():  		f.write("BUILDROOT_INITTAB_DIRECTIVE := " + conf.buildroot_inittab_directive + "\n")  		f.write("BUILDROOT_INITSCRIPT := " + conf.buildroot_initscript + "\n")  		f.write("BUILDROOT_DEF_CONFIG := " + conf.buildroot_def_config + "\n") -		f.write("\n") -		f.write("NBSCRIPT := " + conf.nbscript + "\n")  ################################################################################# | 
