git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acd2528
)
appliance: Use a temporary file when processing packagelist.in.
author
Richard W.M. Jones
<rjones@redhat.com>
Sun, 19 Dec 2010 10:55:03 +0000
(10:55 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Sun, 19 Dec 2010 10:55:03 +0000
(10:55 +0000)
appliance/Makefile.am
patch
|
blob
|
history
diff --git
a/appliance/Makefile.am
b/appliance/Makefile.am
index
cd4952a
..
f1c2327
100644
(file)
--- a/
appliance/Makefile.am
+++ b/
appliance/Makefile.am
@@
-43,7
+43,8
@@
make.sh: make.sh.in
packagelist: packagelist.in
cpp -undef -D$(DISTRO)=1 < $< | \
- grep -v '^[[:space:]]*$$' | grep -v '^#' > $@
+ grep -v '^[[:space:]]*$$' | grep -v '^#' > $@-t
+ mv $@-t $@
supermin.d/base.img supermin.d/hostfiles: stamp-supermin
stamp-supermin: make.sh packagelist