Changeset 2869
- Timestamp:
- 03/09/07 13:36:36 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/python/Makefile
r2391 r2869 12 12 # 13 13 # $Id:$ 14 EGG_DIRS=ndg.security.common ndg.security.client ndg.security.server ndg.security.test . 14 EGG_DIRS=ndg.security.common ndg.security.client ndg.security.server \ 15 ndg.security.test . 15 16 16 17 # Override on the command line for alternative path … … 28 29 cd $$dir; \ 29 30 rm -f dist/*.egg; \ 31 rm -rf *.egg-info; \ 32 rm -rf build; \ 30 33 cd ..; \ 31 34 done;
Note: See TracChangeset
for help on using the changeset viewer.