Changeset 6259


Ignore:
Timestamp:
Sep 12, 2008, 6:00:35 PM (16 years ago)
Author:
roland
Message:

added debug-init, to only init debug info once

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r6258 r6259  
    88debug:
    99#Run server in extra debugging mode
    10         @sqlite3 $(SQLDB) < debug.sql
    1110        @./sampleserver/manage.py runserver_plus 8000 --pythonpath=`pwd`
    1211
     
    1918        @./sampleserver/manage.py syncdb --pythonpath=`pwd`
    2019
     20debug-init:
     21# Put debug.sql in database
     22        @sqlite3 $(SQLDB) < debug.sql
     23
    2124dist-clean:
    2225#Remove database
    2326        @rm -vf $(SQLDB)
    2427
    25 new: dist-clean init debug
     28new: dist-clean init debug-init debug
Note: See TracChangeset for help on using the changeset viewer.