diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-28 22:17:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-04-19 19:17:29 +0300 |
commit | 8bee8339bb7436ae016b238b526cd7262ee3dc3a (patch) | |
tree | abfc266a9f19ccf47c745316803add08e0ddb655 | |
parent | db4b1d30970f01152a12bb31d0ec482dd66b77b8 (diff) | |
download | hercules-8bee8339bb7436ae016b238b526cd7262ee3dc3a.tar.gz hercules-8bee8339bb7436ae016b238b526cd7262ee3dc3a.tar.bz2 hercules-8bee8339bb7436ae016b238b526cd7262ee3dc3a.tar.xz hercules-8bee8339bb7436ae016b238b526cd7262ee3dc3a.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 3de5e0bf3..923254f9a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -145,11 +145,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 $@ |