Changeset 6594
- Timestamp:
- Jan 9, 2009, 5:50:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/Makefile ¶
r6511 r6594 57 57 genesis: 58 58 # import data from exodus 59 @./bin/django runscript genesis_to_exodus 59 @echo 'Using input file at variable PY_CONF containing the location of py.conf "$(PY_CONF)"' 60 @echo 'py.conf is generated by running "for file in CNode*/wleiden.conf ' 61 @echo 'proxy*/wleiden.conf; do ./genesis-to-py.pl $$file; done > py.conf"' 62 @echo 'at genesis directory' 63 @echo 'If import fails, make sure to use a fresh database (hint: make new)' 64 @echo '' 65 @./bin/django runscript genesis_to_exodus $(PY_CONF) 60 66 61 67 new: clean debug-init debug
Note:
See TracChangeset
for help on using the changeset viewer.