summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-04-16 07:56:06 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-04-16 07:56:06 +0000
commit8196fb41deb45c602ead59e8a6e29708f1e79fc6 (patch)
tree14ebeea30aaf587db3a96ca579098e3b395d9860 /bin
parent41513188241fefb22f03b355eaac8d09783d2155 (diff)
downloadptxdist-8196fb41deb45c602ead59e8a6e29708f1e79fc6.tar.gz
ptxdist-8196fb41deb45c602ead59e8a6e29708f1e79fc6.tar.xz
* scripts/dgen.sh, rules/post/world.make, rules/kernel.make, bin/ptxdist:
hopefully fixed external kernel packages, depending only on .post git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8028 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ptxdist2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index cd922f0c9..5eb390947 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -1506,7 +1506,7 @@ while [ "$#" != "0" ]; do
check_compiler
check_dirs
check_deps
- ptxd_make_log "${STATEDIR}/${1}.targetinstall"
+ ptxd_make_log "${STATEDIR}/${1}.targetinstall.post"
check_pipe_status
exit
;;