Revision 6522
Added by Aaron Marcuse-Kubitza about 12 years ago
Makefile | ||
---|---|---|
1 |
include ../lib/common.Makefile |
|
1 |
selfDir_NzrNZp := $(dir $(lastword $(MAKEFILE_LIST))) |
|
2 |
root := $(selfDir_NzrNZp).. |
|
3 |
include $(root)/lib/common.Makefile |
|
2 | 4 |
|
3 | 5 |
|
4 | 6 |
##### Vars/functions |
... | ... | |
28 | 30 |
$(error Aborting)) |
29 | 31 |
|
30 | 32 |
# Paths |
31 |
bin := ../bin
|
|
33 |
bin := $(root)/bin
|
|
32 | 34 |
|
33 | 35 |
# DB |
34 | 36 |
psqlVerbose := $(bin)/psql_script_vegbien --echo-all |
Also available in: Unified diff
backups/Makefile: Changed paths to be relative to the Makefile rather than the current directory, so this Makefile can be used in other directories as well (such as jupiter:/aaronmk/VegBIEN.backups/)