~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Jonathan Lange
  • Date: 2011-02-18 16:15:01 UTC
  • mto: This revision was merged to the branch mainline in revision 12472.
  • Revision ID: jml@canonical.com-20110218161501-6uadt5xkeql2cjkd
Delete 'run.gdb'. We can just make it as we need it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
263
263
        $(RM) logs/thread*.request
264
264
        bin/run -r librarian,google-webservice,memcached -i $(LPCONFIG)
265
265
 
266
 
start-gdb: check_schema inplace stop support_files
 
266
run.gdb:
 
267
        echo 'run' > run.gdb
 
268
 
 
269
start-gdb: check_schema inplace stop support_files run.gdb
267
270
        $(RM) logs/thread*.request
268
271
        nohup gdb -x run.gdb --args bin/run -i $(LPCONFIG) \
269
272
                -r librarian,google-webservice