summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-01-18Set correct pacman.conf20120119Pierre Schmitz1-1/+1
Commit ee4edefa2f12372adb4793c0dd6420fc76911ae4 reverted too much and left pacman.conf unset
2012-01-18Remove any pacman 4 related workarounds20120118Pierre Schmitz1-1/+1
2012-01-14prepare release20120114Pierre Schmitz1-1/+1
2012-01-14Add support for multilib-stagingPierre Schmitz1-1/+4
2011-12-20prepare release20111220Pierre Schmitz1-1/+1
2011-12-04Makefile: Remove output files before replacing themLukas Fleischer1-0/+1
This one fixes all the "Permission denied" errors we got when invoking make(1) after modifying a source file and removes the need to delete the generated scripts manually. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2011-12-04Add support for kde-unstable and gnome-unstablePierre Schmitz1-3/+11
2011-11-11prepare release20111111Pierre Schmitz1-1/+1
2011-11-06prepare release20111106Pierre Schmitz1-1/+1
2011-11-04Makefile: Add common library to build dependenciesLukas Fleischer1-1/+1
Add "lib/common.sh" to the build dependencies of our scripts to ensure everything gets rebuilt when we modify a common function. Also, add "Makefile" itself to enforce a rebuild if the edit command changes. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2011-11-01Change version to date20111101Pierre Schmitz1-1/+1
2011-11-01Move common functions to a shared filePierre Schmitz1-1/+3
* common.sh is included on build time * most functions are copied from makepkg
2011-10-31add libdepends scriptFlorian Pritz1-1/+4
Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2011-10-31Create signature for devtools source packagePierre Schmitz1-1/+2
2011-10-29prepare release0.9.30Pierre Schmitz1-1/+1
2011-10-14prepare release0.9.29Pierre Schmitz1-1/+1
2011-10-14prepare release0.9.28Pierre Schmitz1-1/+1
2011-10-07Makefile: Add a cleanup targetLukas Fleischer1-1/+4
Allows for using `make clean` to remove any output files generated by make(1). Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2011-10-07Support non-standard install locationsLukas Fleischer1-1/+7
This build system overhaul allows for adding (define-style) macros to our scripts. All source files are now suffixed with ".in" to clarify that they might contain unprocessed defines. The Makefile provides a new rule to preprocess source files and generate proper output scripts. Also, add a "@pkgdatadir@" define (as used in GNU Autotools) and use it instead of hardcoded paths to "/usr/share/devtools" everywhere. We missed this when adding PREFIX support to the build system in commit 35fc83ce7d8dc26cd424321f2e8638d05da0a6d4. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2011-08-25prepare release0.9.27Pierre Schmitz1-1/+1
2011-08-25Add ZSH completionLukas Fleischer1-0/+2
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2011-08-14prepare release0.9.26Pierre Schmitz1-1/+1
2011-08-14prepare release0.9.25Pierre Schmitz1-1/+1
2011-08-13prepare release0.9.24Pierre Schmitz1-1/+1
2011-08-13Makefile: Add PREFIX supportLukas Fleischer1-15/+17
Default to "/usr/local" which should be used if you want to build devtools from sources and install without using a package manager. Use `make PREFIX=/usr install` to install to "/usr" instead. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2011-08-13Remove communityco on uninstallPierre Schmitz1-0/+1
2011-08-13merge archco and communitycoFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at> delete mode 100755 communityco Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2011-05-18prepare release0.9.23Pierre Schmitz1-1/+1
2011-04-29prepare release0.9.22Pierre Schmitz1-1/+1
2011-04-29Added bash_completion fileEric Bélanger1-0/+2
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2011-04-11prepare release0.9.21Pierre Schmitz1-1/+1
2011-04-09prepare release0.9.20Pierre Schmitz1-2/+5
2011-03-28prepare release0.9.19Pierre Schmitz1-1/+1
2011-03-26prepare release0.9.18Pierre Schmitz1-1/+1
2011-03-18Use variables in Makefile instead of hardcoding stuff in every target.Lukas Fleischer1-80/+59
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2011-03-18Add ".PHONY" target to Makefile.Lukas Fleischer1-0/+2
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2011-01-08prepare release0.9.17Pierre Schmitz1-1/+1
2011-01-06prepare releasePierre Schmitz1-1/+1
2010-12-12prepare release0.9.15Pierre Schmitz1-1/+1
2010-12-02prepare release0.9.14Pierre Schmitz1-1/+1
2010-11-22bugfix release0.9.13Pierre Schmitz1-1/+1
2010-11-18prepare release0.9.12Pierre Schmitz1-1/+1
2010-10-17prepare release0.9.11Pierre Schmitz1-1/+1
2010-09-11ad support for multilib-testingPierre Schmitz1-0/+6
2010-09-06repare release0.9.10Pierre Schmitz1-1/+1
2010-09-01add support for community-staging repositoryPierre Schmitz1-0/+2
2010-08-22add makepkg.conf for [multilib]Pierre Schmitz1-0/+2
2010-08-22add initial [multilib] supportPierre Schmitz1-0/+4
2010-08-20prepare release0.9.9Pierre Schmitz1-1/+1
2010-08-20Add archbuild helper script to create and build in chrootsPierre Schmitz1-2/+15
This will create chroots on demand if needed.