diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-28 22:17:04 +0300 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-07-29 15:03:08 +0000 |
commit | ed7a225f35fce855a929a54e7adc8f8dd6ad0032 (patch) | |
tree | 4f767b6c389c3bd3b04f9164d8fa3397f7cfa6a1 | |
parent | 159b9855adae3371273211139f9e38d1264b2fc3 (diff) | |
download | hercules-ed7a225f35fce855a929a54e7adc8f8dd6ad0032.tar.gz hercules-ed7a225f35fce855a929a54e7adc8f8dd6ad0032.tar.bz2 hercules-ed7a225f35fce855a929a54e7adc8f8dd6ad0032.tar.xz hercules-ed7a225f35fce855a929a54e7adc8f8dd6ad0032.zip |
disable import target in make file.
-rw-r--r-- | Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in index 3d6309925..eb012d86c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -144,11 +144,11 @@ docs: tools/doxygen/Makefile @$(MAKE) -C tools/doxygen import: Makefile - @# 1) create conf/import folder - @# 2) add missing files - @echo "building conf/import folder..." - @if test ! -d conf/import ; then mkdir conf/import ; fi - @for f in $$(ls conf/import-tmpl) ; do if test ! -e conf/import/$$f ; then cp conf/import-tmpl/$$f conf/import ; fi ; done +# @# 1) create conf/import folder +# @# 2) add missing files +# @echo "building conf/import folder..." +# @if test ! -d conf/import ; then mkdir conf/import ; fi +# @for f in $$(ls conf/import-tmpl) ; do if test ! -e conf/import/$$f ; then cp conf/import-tmpl/$$f conf/import ; fi ; done clean buildclean: $(MF_TARGETS) @$(MAKE) -C src/common $@ |