summaryrefslogtreecommitdiffstats
path: root/appliance
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-10-03 11:46:07 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-10-06 23:15:49 +0100
commit92feed7d662b7d9d1f8c475cf06df203143a3a5f (patch)
tree852c294cbc65a5e0f1b9d98200ae38938810fbfd /appliance
parent1467ea00b850bec2722671a400adb2ffda533365 (diff)
downloadlibguestfs-92feed7d662b7d9d1f8c475cf06df203143a3a5f.tar.gz
libguestfs-92feed7d662b7d9d1f8c475cf06df203143a3a5f.tar.xz
libguestfs-92feed7d662b7d9d1f8c475cf06df203143a3a5f.zip
build: Use 'tmp-d' as name of temporary directory instead of 'tmp'.
When building supermin.d/daemon.img, use 'tmp-d' instead of 'tmp' as the name of the temporary directory. This is just code motion.
Diffstat (limited to 'appliance')
-rw-r--r--appliance/Makefile.am12
1 files changed, 6 insertions, 6 deletions
diff --git a/appliance/Makefile.am b/appliance/Makefile.am
index fb1f676c..6d8b74a0 100644
--- a/appliance/Makefile.am
+++ b/appliance/Makefile.am
@@ -76,12 +76,12 @@ stamp-supermin: make.sh packagelist excludelist
supermin.d/daemon.img: ../daemon/guestfsd guestfsd.suppressions
mkdir -p supermin.d
rm -f $@ $@-t
- rm -rf tmp
- mkdir -p tmp$(DAEMON_SUPERMIN_DIR) tmp/etc
- ln ../daemon/guestfsd tmp$(DAEMON_SUPERMIN_DIR)/guestfsd
- ln $(srcdir)/guestfsd.suppressions tmp/etc/guestfsd.suppressions
- ( cd tmp && find | cpio --quiet -o -H newc ) > $@-t
- rm -rf tmp
+ rm -rf tmp-d
+ mkdir -p tmp-d$(DAEMON_SUPERMIN_DIR) tmp-d/etc
+ ln ../daemon/guestfsd tmp-d$(DAEMON_SUPERMIN_DIR)/guestfsd
+ ln $(srcdir)/guestfsd.suppressions tmp-d/etc/guestfsd.suppressions
+ ( cd tmp-d && find | cpio --quiet -o -H newc ) > $@-t
+ rm -rf tmp-d
mv $@-t $@
supermin.d/init.img: init