Changeset 343:f9fcb964c910 for Makefile
- Timestamp:
- 06/07/11 08:57:44 (14 years ago)
- Branch:
- default
- Parents:
- 342:a5d04d2da753 (diff), 341:796cb01c7120 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r290 r343 25 25 ## Remove .svn folders 26 26 find ./$(DIST)/ -type d -name '.svn' | xargs rm -rf 27 28 ## Remove .hg* files and folders 29 find ./$(DIST)/ -type d -name '.hg*' | xargs rm -rf 30 find ./$(DIST)/ -type f -name '.hg*' | xargs rm -rf 27 31 28 32 ## Remove config file if any -
Makefile
r288 r343 54 54 find ./$(DIST)/ -type d -name '.svn' -print0 | xargs -0 rm -rf 55 55 56 ## Remove .hg* files and folders 57 find ./$(DIST)/ -type d -name '.hg*' | xargs rm -rf 58 find ./$(DIST)/ -type f -name '.hg*' | xargs rm -rf 59 56 60 ## "Compile" .po files 57 61 ./build-tools/make-l10n.php ./$(DC)/
Note: See TracChangeset
for help on using the changeset viewer.