]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Bugfix: Create the lib/contrib/functionparser directory during build
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 9 Feb 2012 18:14:31 +0000 (18:14 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 9 Feb 2012 18:14:31 +0000 (18:14 +0000)
    This commit adds a small hook, that creates the
    lib/contrib/functionparser directory during the build.

    This is particularly useful if the deal.II library is locally managed
    by a version control system that cannot track empty directories, such
    as git.

git-svn-id: https://svn.dealii.org/trunk@25024 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/contrib/functionparser/Makefile

index 8b83d5d999b9dc5bd46d1b890df24f8156b9ab12..08ab75cca88b93b725023903f2d7696ec69e7d9b 100644 (file)
@@ -9,6 +9,7 @@ include $D/common/Make.global_options
 # rules
 $(LIBDIR)/contrib/functionparser/fparser.$(OBJEXT): fparser.cc fparser.h
        @echo =====function parser==optimized==$(MT)== $(<F)
+       @mkdir -p $(LIBDIR)/contrib/functionparser/
        @$(CXX) $(CXXFLAGS.o) -c fparser.cc -o $@
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.