Project

General

Profile

« Previous | Next » 

Revision 1747

root Makefile: rm_db: If user cancels, abort in case target was reinstall_db to prevent installing

View differences:

Makefile
175 175

  
176 176
rm_db: _always
177 177
	$(if $(call confirm,WARNING: This will delete your VegBIEN DB! Continue?),\
178
$(rmDb))
178
$(rmDb),$(error Aborting))
179
# otherwise, abort in case target was reinstall_db to prevent installing
179 180

  
180 181
reinstall_db: _always rm_db db ;
181 182

  

Also available in: Unified diff