summaryrefslogtreecommitdiffstats
path: root/scripts/symlink-tree.sh
Commit message (Collapse)AuthorAgeFilesLines
* script/symlink-tree.sh: Fix missing config dirDaniel Dickinson2016-05-181-0/+7
| | | | | | | | | | | Apparently symlink-tree has not been used in quite some time as it fails to symlink the always required config dir Also, if we pulled from git but .git is missing we get many error messages on the symlinked tree without this patch (which symlinks .git, if present) Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
* scripts/symlink-tree.sh: print warnings/errors to stderrJonas Gorski2013-02-211-3/+3
| | | | | | | | Makes warnings/errors visible when building with V=w/V=1. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35718
* add a simple script for symlinking one tree into another for doing builds ↵Felix Fietkau2009-12-101-0/+45
with separate build dirs, but the same source dir SVN-Revision: 18734