diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-28 22:17:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-09-25 18:35:26 +0300 |
commit | 201c366d7805b801b6b962b3dedce77b73e4bc84 (patch) | |
tree | acf437d7130aad22f5ae83bd6968a7868d29a7eb | |
parent | 49cc7671bb122894f6233e712e554c0d32127f9a (diff) | |
download | hercules-201c366d7805b801b6b962b3dedce77b73e4bc84.tar.gz hercules-201c366d7805b801b6b962b3dedce77b73e4bc84.tar.bz2 hercules-201c366d7805b801b6b962b3dedce77b73e4bc84.tar.xz hercules-201c366d7805b801b6b962b3dedce77b73e4bc84.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 $@ |