summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2011-11-01Move common functions to a shared filePierre Schmitz
* common.sh is included on build time * most functions are copied from makepkg
2011-10-31add libdepends scriptFlorian Pritz
Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2011-10-31Create signature for devtools source packagePierre Schmitz
2011-10-29prepare release0.9.30Pierre Schmitz
2011-10-14prepare release0.9.29Pierre Schmitz
2011-10-14prepare release0.9.28Pierre Schmitz
2011-10-07Makefile: Add a cleanup targetLukas Fleischer
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 Fleischer
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 Schmitz
2011-08-25Add ZSH completionLukas Fleischer
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2011-08-14prepare release0.9.26Pierre Schmitz
2011-08-14prepare release0.9.25Pierre Schmitz
2011-08-13prepare release0.9.24Pierre Schmitz
2011-08-13Makefile: Add PREFIX supportLukas Fleischer
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 Schmitz
2011-08-13merge archco and communitycoFlorian Pritz
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 Schmitz
2011-04-29prepare release0.9.22Pierre Schmitz
2011-04-29Added bash_completion fileEric Bélanger
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2011-04-11prepare release0.9.21Pierre Schmitz
2011-04-09prepare release0.9.20Pierre Schmitz
2011-03-28prepare release0.9.19Pierre Schmitz
2011-03-26prepare release0.9.18Pierre Schmitz
2011-03-18Use variables in Makefile instead of hardcoding stuff in every target.Lukas Fleischer
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2011-03-18Add ".PHONY" target to Makefile.Lukas Fleischer
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2011-01-08prepare release0.9.17Pierre Schmitz
2011-01-06prepare releasePierre Schmitz
2010-12-12prepare release0.9.15Pierre Schmitz
2010-12-02prepare release0.9.14Pierre Schmitz
2010-11-22bugfix release0.9.13Pierre Schmitz
2010-11-18prepare release0.9.12Pierre Schmitz
2010-10-17prepare release0.9.11Pierre Schmitz
2010-09-11ad support for multilib-testingPierre Schmitz
2010-09-06repare release0.9.10Pierre Schmitz
2010-09-01add support for community-staging repositoryPierre Schmitz
2010-08-22add makepkg.conf for [multilib]Pierre Schmitz
2010-08-22add initial [multilib] supportPierre Schmitz
2010-08-20prepare release0.9.9Pierre Schmitz
2010-08-20Add archbuild helper script to create and build in chrootsPierre Schmitz
This will create chroots on demand if needed.
2010-08-17add default config files for makepkg and pacmanPierre Schmitz
2010-08-17tagging 0.9.80.9.8Pierre Schmitz
2010-08-17add [staging] repositoryPierre Schmitz
2010-06-28prepare 0.9.7 release0.9.7Pierre Schmitz
2010-05-02set version in Makefile0.9.6Pierre Schmitz
2010-02-13add dist target to Makefile0.9.2Pierre Schmitz
2009-09-18Remove refs to commitpkg2any in MakefileFrancois Charette
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-09-18Fixed Makefile to install/uninstall new cmdsEric Bélanger
communityco, commitpkg2any and rebuildpkgs Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-09-18Add support for community-testing repoDaniel J Griffiths
[Aaron: Added Makefile entries] Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-04-04commitpkg: rework for new community layoutDan McGee
Remove the community-specific code that calls tupkg. Make the server variable a bit more dependent on what repo we are uploading to in order to get community working, and finally create the correct symlinks for communitypkg in the Makefile. Note that this change will require the Arch devtools package to get a replace entry for aurtools. Signed-off-by: Dan McGee <dan@archlinux.org>
2009-04-03Makefile cleanupsDan McGee
Don't link commitpkg to itself, and remove the unstablepkg symlinks. Signed-off-by: Dan McGee <dan@archlinux.org>