Cleanup left over sources

This commit is contained in:
Michael Tremer
2015-02-07 22:22:31 +00:00
parent 6a697701c2
commit 1eec8480e7
8 changed files with 15 additions and 13 deletions

View File

@@ -76,7 +76,7 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
@rm -rf $(DIR_SRC)/$(THISAPP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && patch -Np2 < $(DIR_SRC)/src/patches/mitkrb-1.12.1-db2_fix-1.patch
cd $(DIR_APP) && sed -e "s@python2.5/Python.h@& python2.7/Python.h@g" \
@@ -101,5 +101,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
chmod -f -v 755 "/usr/lib/lib$$LIB.so"; \
done
@rm -rf $(DIR_APP)
@rm -rf $(DIR_SRC)/$(THISAPP)
@$(POSTBUILD)