* Random cleanup/documentation.
* Made common/Makefile get the svn version from the src directory, not src/common. * Added a warning message to the install and uninstall targets. * Renamed all obj directories to obj_all, obj_txt or obj_sql in the makefiles (if an obj/ directory exists, BSD make enters it before reading the makefile) (run ./configure to update your makefiles, and don't forget to do 'make clean' before updating) git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11844 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -139,6 +139,7 @@ needs_mysql:
|
||||
# TODO
|
||||
|
||||
install: conf/%.conf conf/%.txt
|
||||
$(shell read -p "WARNING: This target does not work properly yet. Press Ctrl+C to cancel or Enter to continue.")
|
||||
$(shell mkdir -p /opt/eathena/bin/)
|
||||
$(shell mkdir -p /opt/eathena/etc/eathena/)
|
||||
$(shell mkdir -p /opt/eathena/var/log/eathena/)
|
||||
@@ -162,6 +163,7 @@ bin-clean:
|
||||
$(shell rm /opt/eathena/bin/ladmin)
|
||||
|
||||
uninstall:
|
||||
$(shell read -p "WARNING: This target does not work properly yet. Press Ctrl+C to cancel or Enter to continue.")
|
||||
bin-clean
|
||||
$(shell rm /opt/eathena/bin/save)
|
||||
$(shell rm /opt/eathena/bin/db)
|
||||
|
||||
Reference in New Issue
Block a user