summaryrefslogtreecommitdiffstats
path: root/build_all.mk
Commit message (Collapse)AuthorAgeFilesLines
* * build_all.mk:Marc Kleine-Budde2008-09-211-10/+7
| | | | | | | updated git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@7498 f8d472c7-5700-0410-ac5a-87979cec3adf
* git-svn-id: ↵Marc Kleine-Budde2008-04-251-8/+8
| | | | https://svn.pengutronix.de/svn/oselas/toolchain/branches/OSELAS.Toolchain-mkl@6238 f8d472c7-5700-0410-ac5a-87979cec3adf
* - Added if [ -e ...] clause to avoid error message and mail floodingCarsten Schlote2007-09-161-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@3961 f8d472c7-5700-0410-ac5a-87979cec3adf
* * Status output cleanupsCarsten Schlote2007-09-031-5/+7
| | | | git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@3762 f8d472c7-5700-0410-ac5a-87979cec3adf
* * Small fix for date output in script, when started the very first time.Carsten Schlote2007-09-011-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@3760 f8d472c7-5700-0410-ac5a-87979cec3adf
* * Fixed side effect with statuspageCarsten Schlote2007-08-311-9/+6
| | | | | | | * Added option to create statuspage savely. git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@3754 f8d472c7-5700-0410-ac5a-87979cec3adf
* * More fixes for bugs introduced on cleanupCarsten Schlote2007-08-311-6/+6
| | | | git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@3753 f8d472c7-5700-0410-ac5a-87979cec3adf
* * BugfixCarsten Schlote2007-08-311-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@3752 f8d472c7-5700-0410-ac5a-87979cec3adf
* * Added code to create install directories at onceCarsten Schlote2007-08-311-6/+43
| | | | | | | * More cleanups and options added to build_all.sh git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@3751 f8d472c7-5700-0410-ac5a-87979cec3adf
* * Cleanup of scriptsCarsten Schlote2007-08-311-73/+69
| | | | git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@3746 f8d472c7-5700-0410-ac5a-87979cec3adf
* * Changed lockfile handling (RTFM issue)Carsten Schlote2007-08-311-2/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@3745 f8d472c7-5700-0410-ac5a-87979cec3adf
* * Output fixes and defaults for new entriesCarsten Schlote2007-08-301-4/+6
| | | | | | | * Added todo related to sudo mkdir call. git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@3744 f8d472c7-5700-0410-ac5a-87979cec3adf
* * Updated build_all scripts.Carsten Schlote2007-08-301-3/+6
| | | | git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@3739 f8d472c7-5700-0410-ac5a-87979cec3adf
* * Small fixesCarsten Schlote2007-08-301-2/+4
| | | | | | | | * Debug outputs removed git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@3727 f8d472c7-5700-0410-ac5a-87979cec3adf
* * Improved readability of status file outputCarsten Schlote2007-08-301-14/+18
| | | | | | | | | | * Made status page dependent on build tags, so updates only when a toolchain rebuild was triggered. * This is a working beta git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@3726 f8d472c7-5700-0410-ac5a-87979cec3adf
* * Updated build_all scriptsCarsten Schlote2007-08-301-13/+26
| | | | git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@3723 f8d472c7-5700-0410-ac5a-87979cec3adf
* 2007-08-28 Carsten Schlote <c.schlote@konzeptpark.de>Carsten Schlote2007-08-281-11/+27
| | | | | | | | | | * Added svn:ignore property to top dir * Added autogenerated files to property * Cleanup and fixes to build_all.(sh|mk) git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@3703 f8d472c7-5700-0410-ac5a-87979cec3adf
* 2007-08-28 Carsten Schlote <c.schlote@konzeptpark.de>Carsten Schlote2007-08-281-0/+98
* Added simple build_all frame work, which uses dependencies on the ptxconfig files. Whenever a config is updated, the corresponding toolchain is recompiled. * HACK: Added code to create a link to the installation directory in rules/cross-toolchain.make - needed to create tar archives from the toolchain installation. git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@3696 f8d472c7-5700-0410-ac5a-87979cec3adf