File tree Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -438,16 +438,6 @@ ifdef FILESDIR
438438 rm -rf ${DESTDIR}${FILESDIR}; \
439439 fi
440440endif
441- ifdef CFGDIR
442- @if test -d ${DESTDIR}${CFGDIR}; then \
443- files="`cd cfg 2>/dev/null && ls`"; \
444- if test -n "$$files"; then \
445- echo '(' cd ${DESTDIR}${CFGDIR} '&&' rm -f $$files ')'; \
446- ( cd ${DESTDIR}${CFGDIR} && rm -f $$files ); \
447- fi; \
448- fi
449- endif
450-
451441# Validation of library files:
452442ConfigFiles := $(wildcard cfg/* .cfg)
453443ConfigFilesCHECKED := $(patsubst % .cfg,% .checked,$(ConfigFiles ) )
Original file line number Diff line number Diff line change @@ -822,15 +822,6 @@ int main(int argc, char **argv)
822822 fout << " \t rm -rf ${DESTDIR}${FILESDIR}; \\\n " ;
823823 fout << " \t fi\n " ;
824824 fout << " endif\n " ;
825- fout << " ifdef CFGDIR \n " ;
826- fout << " \t @if test -d ${DESTDIR}${CFGDIR}; then \\\n " ;
827- fout << " \t files=\" `cd cfg 2>/dev/null && ls`\" ; \\\n " ;
828- fout << " \t if test -n \" $$files\" ; then \\\n " ;
829- fout << " \t echo '(' cd ${DESTDIR}${CFGDIR} '&&' rm -f $$files ')'; \\\n " ;
830- fout << " \t ( cd ${DESTDIR}${CFGDIR} && rm -f $$files ); \\\n " ;
831- fout << " \t fi; \\\n " ;
832- fout << " \t fi\n " ;
833- fout << " endif\n\n " ;
834825 fout << " # Validation of library files:\n " ;
835826 fout << " ConfigFiles := $(wildcard cfg/*.cfg)\n " ;
836827 fout << " ConfigFilesCHECKED := $(patsubst %.cfg,%.checked,$(ConfigFiles))\n " ;
You can’t perform that action at this time.
0 commit comments