aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* fixes for a few build errors on osx without finkFelix Fietkau2007-04-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7065 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert find | xargs => find | exec changes - this is completely unnecessary ↵Felix Fietkau2007-04-121-1/+1
| | | | | | and introduces additional dependencies that we do not need git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6942 3c298f89-4303-0410-b956-a3cf2f4a3e73
* minor tweaks to the verbose systemMike Baker2007-04-111-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6936 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix targetinfo, packageinfoMike Baker2007-04-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6932 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a few bugs with the last few commitsMike Baker2007-04-071-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6887 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make a few commands silent and fix defconfig logicFelix Fietkau2007-04-071-7/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6886 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typoNicolas Thill2007-04-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6885 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix package/target scanningFelix Fietkau2007-04-071-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6884 3c298f89-4303-0410-b956-a3cf2f4a3e73
* trivial formatting - remove a few @'s and use a .silent insteadMike Baker2007-04-071-18/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6883 3c298f89-4303-0410-b956-a3cf2f4a3e73
* same as [6881]Mike Baker2007-04-071-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6882 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix menuconfigFelix Fietkau2007-04-071-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6881 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix menuconfig checksMike Baker2007-04-071-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6879 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use ~/.openwrt/defconfig as default config if it existsFelix Fietkau2007-04-061-1/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6876 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Tidy up MakefilesMike Baker2007-04-031-44/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6857 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Using find's -exec to remove directories causes 'not found' errors when find ↵Mike Baker2007-04-031-1/+1
| | | | | | tries to search the removed directory. Hopefully fixed now. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6849 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use find -exec instead of xargsFlorian Fainelli2007-04-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6837 3c298f89-4303-0410-b956-a3cf2f4a3e73
* run metadata scanning only once when multiple targets are specified on the ↵Felix Fietkau2007-03-291-2/+5
| | | | | | command line git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6754 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make sure tmp/info gets createdFelix Fietkau2007-03-281-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6749 3c298f89-4303-0410-b956-a3cf2f4a3e73
* nuke some unnecessary complexity in the metadata scanning - simply call ↵Felix Fietkau2007-03-281-29/+4
| | | | | | include/scan.mk on every make invocation (does not add any noticeable performance impact) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6745 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add some more clean targetsFlorian Fainelli2007-03-261-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6721 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add a symlinkclean target to remove symlinksFlorian Fainelli2007-03-261-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6720 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix metadata scan for profile splitFelix Fietkau2007-03-041-4/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6515 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add some missing deps for the metadata filesFelix Fietkau2007-03-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6513 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Massive speedup in the package/target scanning stepFelix Fietkau2007-02-271-32/+27
| | | | | | | | | - per package metadata files are now cached. - timestamp.pl calls have been replaced with make file dependencies - an extra stamp file ensures that directory listing changes force a rebuild git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6404 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make kernel_menuconfig work without target toolchainFelix Fietkau2007-02-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6312 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add top-level kernel_menuconfig target to unpack and reconfigure the kernel ↵Felix Fietkau2007-02-161-0/+4
| | | | | | - uses config.pl to generate target/linux/*/config and config-diff git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6310 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move "make symlinks" to "make package/symlinks"Mike Baker2007-01-311-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6234 3c298f89-4303-0410-b956-a3cf2f4a3e73
* merge the scripts dealing with package/target metadata to remove some ↵Felix Fietkau2007-01-131-2/+2
| | | | | | redundant code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6088 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add a doc target and use the defined source feeds to make symlinksFlorian Fainelli2007-01-051-1/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5993 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add a first implementation of a source feed checkoutFlorian Fainelli2006-12-311-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5943 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cosmetic fixesFelix Fietkau2006-12-191-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5851 3c298f89-4303-0410-b956-a3cf2f4a3e73
* implement real-time progress info for the package/target info collect ↵Felix Fietkau2006-12-191-10/+17
| | | | | | (thanks to Thorsten Glaser for the idea) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5850 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add a help target in case people want to read the README ;)Florian Fainelli2006-12-091-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5739 3c298f89-4303-0410-b956-a3cf2f4a3e73
* trivial changesMike Baker2006-11-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5668 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clear .host.mk before running prereq checks (rechecks for missing packages ↵Felix Fietkau2006-11-231-0/+3
| | | | | | like gnu tar on *bsd) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5632 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add prereq checks for target/linux/* and target/image/*, check for fdisk for ↵Felix Fietkau2006-11-181-3/+11
| | | | | | the x86 builds git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5569 3c298f89-4303-0410-b956-a3cf2f4a3e73
* implement target profiles in menuconfigFelix Fietkau2006-11-121-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5512 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tty detect fixFelix Fietkau2006-11-121-4/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5510 3c298f89-4303-0410-b956-a3cf2f4a3e73
* another optimizationFelix Fietkau2006-11-121-1/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5507 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix unnecessary rebuild of .targetinfoFelix Fietkau2006-11-121-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5504 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typoFelix Fietkau2006-11-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5503 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make target/linux/* directories self-contained, use the selected kernel ↵Felix Fietkau2006-11-111-25/+43
| | | | | | version for the toolchain, autogenerate menuconfig and makefile code for target selection git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5498 3c298f89-4303-0410-b956-a3cf2f4a3e73
* another fix for invalid fd messagesFelix Fietkau2006-10-141-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5076 3c298f89-4303-0410-b956-a3cf2f4a3e73
* force LANG to CFelix Fietkau2006-10-141-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5074 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix invalid fd warning on mac os xFelix Fietkau2006-10-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5072 3c298f89-4303-0410-b956-a3cf2f4a3e73
* set shell to bash in master makefileFelix Fietkau2006-10-101-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5028 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move ccache dir to staging_dir_arch (removing the staging dir will make the ↵Felix Fietkau2006-10-091-1/+1
| | | | | | ccache ineffective anyway) git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4999 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove ccache directory on distcleanFelix Fietkau2006-10-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4923 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move tools from toolchain/ to tools/Felix Fietkau2006-09-271-1/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4866 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up and really fix bogus build_ directoryFelix Fietkau2006-09-241-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4854 3c298f89-4303-0410-b956-a3cf2f4a3e73