comparison gsm-fw/Makefile @ 829:f74c5d3d3b06

gsm-fw: configuration instructions updated to match reality
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sat, 18 Apr 2015 22:47:59 +0000
parents 5a0c58760ae2
children 43e1b343b7fd
comparison
equal deleted inserted replaced
828:a8d0bbba7886 829:f74c5d3d3b06
11 cfgmagic/processconf.sh 11 cfgmagic/processconf.sh
12 touch $@ 12 touch $@
13 13
14 build.conf: 14 build.conf:
15 @echo 'Configuration is required before the build.' 15 @echo 'Configuration is required before the build.'
16 @echo 'Please create a valid build.conf file by running config.sh' 16 @echo 'Please copy one of the configuration files under configs/'
17 @echo 'or copying an existing configuration file into place.' 17 @echo 'to build.conf, optionally edit it to taste, and then run make.'
18 @false 18 @false
19 19
20 clean: FRC 20 clean: FRC
21 rm -f a.out core errs *.stamp 21 rm -f a.out core errs *.stamp
22 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done 22 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done