summaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* bash_completion should be installed using DESTDIRMarc Kleine-Budde2009-06-221-2/+2
| | | | | | | | | | | | Author: Meike Reichle <meike@debian.org> When installing ptxdist's bash_completion there is no $(DESTDIR). I added it to the respective paths. Signed-off-by: Meike Reichle <meike@debian.org> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10849 33e552b5-05e3-0310-8538-816dae2090ed
* [Makefile.in] remove some artefacts from 3 years old debian packagingMarc Kleine-Budde2009-06-191-4/+0
| | | | | | | | | | | Author: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10830 33e552b5-05e3-0310-8538-816dae2090ed
* [makefile] fix make installMarc Kleine-Budde2009-05-291-1/+1
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10612 33e552b5-05e3-0310-8538-816dae2090ed
* clean up ptxdist's build systemMarc Kleine-Budde2009-05-281-29/+48
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10595 33e552b5-05e3-0310-8538-816dae2090ed
* exclude .git from 'make install'Marc Kleine-Budde2009-04-201-1/+1
| | | | | | | | | Author: Jon Ringle <jon@ringle.org> Signed-off-by: Jon Ringle <jon@ringle.org> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10313 33e552b5-05e3-0310-8538-816dae2090ed
* [Makefile] install: try to install files as user rootMarc Kleine-Budde2009-03-241-1/+1
| | | | | | | | | | | make install: use "-o" option in extracting (2nd) tar, which tries to create files as root (uid: 0). Usefull if ptxdist gets installed into nfsv4 shared folder where root can only create files owned by root. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10152 33e552b5-05e3-0310-8538-816dae2090ed
* * Makefile.in:Marc Kleine-Budde2009-02-091-1/+1
| | | | | | | don't fail if bash completion could not be installed git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9737 33e552b5-05e3-0310-8538-816dae2090ed
* * bash_completion: install it using autotoolsWolfram Sang2008-12-111-0/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9213 33e552b5-05e3-0310-8538-816dae2090ed
* * ptxdist:Robert Schwebel2008-08-081-1/+1
| | | | | | | | | | | | If patches are applied on ptxdist itself with quilt during development of ptxdist then 'make install' of ptxdist will complain about unreadable .pc directories. So, .pc directories need to be excluded as well while tarring the tree to the destination directory. Signed-off-by: Remy Bohmer <linux@bohmer.net> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8730 33e552b5-05e3-0310-8538-816dae2090ed
* Properly quote arguments.Ladislav Michl2008-01-091-5/+5
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7706 33e552b5-05e3-0310-8538-816dae2090ed
* Check for regex.Ladislav Michl2008-01-091-2/+4
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7704 33e552b5-05e3-0310-8538-816dae2090ed
* Use linux-2.6.23 kconfig.Ladislav Michl2007-12-071-6/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7642 33e552b5-05e3-0310-8538-816dae2090ed
* removed trailing whitespaceBjoern Buerger2007-05-221-6/+6
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7180 33e552b5-05e3-0310-8538-816dae2090ed
* * made makefiles more BSD compatible; added hints Robert Schwebel2006-06-171-6/+10
| | | | | | | from Chuck Robey. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5812 33e552b5-05e3-0310-8538-816dae2090ed
* remove ptxdist_version.sh on distcleanRobert Schwebel2006-05-261-0/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5605 33e552b5-05e3-0310-8538-816dae2090ed
* * put ptxdist version stuff into separate file; merged fromRobert Schwebel2006-05-211-1/+1
| | | | | | | mkl-trunk. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5531 33e552b5-05e3-0310-8538-816dae2090ed
* improved make clean; patch by Ladislav MichlRobert Schwebel2006-04-251-9/+4
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5452 33e552b5-05e3-0310-8538-816dae2090ed
* remove generated files on distcleanRobert Schwebel2006-03-311-0/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5316 33e552b5-05e3-0310-8538-816dae2090ed
* * Makefile.in:Marc Kleine-Budde2006-03-311-1/+1
| | | | | | | don't dele Makefile on make clean git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5314 33e552b5-05e3-0310-8538-816dae2090ed
* we use Kconfig instead of Kconfig.in nowRobert Schwebel2006-03-311-1/+0
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5313 33e552b5-05e3-0310-8538-816dae2090ed
* force-remove .doneRobert Schwebel2006-03-241-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5243 33e552b5-05e3-0310-8538-816dae2090ed
* distclean fixRobert Schwebel2006-03-241-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5237 33e552b5-05e3-0310-8538-816dae2090ed
* autoconfigizedRobert Schwebel2006-03-241-9/+15
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5236 33e552b5-05e3-0310-8538-816dae2090ed
* typoRobert Schwebel2006-03-191-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5184 33e552b5-05e3-0310-8538-816dae2090ed
* remove debian generated stuffRobert Schwebel2006-03-141-0/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5160 33e552b5-05e3-0310-8538-816dae2090ed
* don't use mktemp -t, not supported on red hat. Found by mike wakerlyRobert Schwebel2006-03-141-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5156 33e552b5-05e3-0310-8538-816dae2090ed
* DESTDIR support for 'make install'Robert Schwebel2006-03-141-11/+14
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5150 33e552b5-05e3-0310-8538-816dae2090ed
* git-svn-id: ↵Robert Schwebel2006-03-091-1/+3
| | | | https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5084 33e552b5-05e3-0310-8538-816dae2090ed
* added make distRobert Schwebel2006-03-091-0/+15
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5083 33e552b5-05e3-0310-8538-816dae2090ed
* generate Kconfig with versionRobert Schwebel2006-03-081-0/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5033 33e552b5-05e3-0310-8538-816dae2090ed
* replaced main with allErwin Rol2006-02-201-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4632 33e552b5-05e3-0310-8538-816dae2090ed
* add .done hintRobert Schwebel2006-02-111-3/+4
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4579 33e552b5-05e3-0310-8538-816dae2090ed
* added distclean targetRobert Schwebel2006-02-111-0/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4570 33e552b5-05e3-0310-8538-816dae2090ed
* fix installationRobert Schwebel2006-02-081-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4523 33e552b5-05e3-0310-8538-816dae2090ed
* added make cleanRobert Schwebel2006-02-081-0/+12
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4519 33e552b5-05e3-0310-8538-816dae2090ed
* addedRobert Schwebel2006-02-071-0/+28
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4511 33e552b5-05e3-0310-8538-816dae2090ed