Skip to content
Snippets Groups Projects
Commit 06517d6d authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- remove *~ files before build

parent 59606ab3
No related branches found
No related tags found
No related merge requests found
...@@ -55,6 +55,7 @@ distclean: clean ...@@ -55,6 +55,7 @@ distclean: clean
SLUBStoragePlugin.jar: $(OBJS) SLUBStoragePlugin.jar: $(OBJS)
@mkdir build; @mkdir build;
@find ./ -name "*~" -exec rm -f \{\} \;
@cp -r PLUGIN-INF/ build/ @cp -r PLUGIN-INF/ build/
@cp -r META-INF/ build/ @cp -r META-INF/ build/
@cd java; find ./ -name "*.class" -print -exec cp --parents -r \{\} $(PWD)/build \; ; cd .. @cd java; find ./ -name "*.class" -print -exec cp --parents -r \{\} $(PWD)/build \; ; cd ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment