ld autogenerated files each time through
This commit is contained in:
parent
c0a8ce7faf
commit
3ade6480cd
1
Makefile
1
Makefile
|
@ -1037,6 +1037,7 @@ tasks/popularity-contest-$(CODENAME):
|
||||||
http://popcon.debian.org/contrib/by_inst
|
http://popcon.debian.org/contrib/by_inst
|
||||||
grep -h '^[^#]' popcon-inst | egrep -v '(Total|-----)' | \
|
grep -h '^[^#]' popcon-inst | egrep -v '(Total|-----)' | \
|
||||||
sort -rn -k3,3 -k7,7 -k4,4 | awk '{print $$2}' >> $@
|
sort -rn -k3,3 -k7,7 -k4,4 | awk '{print $$2}' >> $@
|
||||||
|
rm -f popcon-inst
|
||||||
|
|
||||||
# Little trick to simplify things
|
# Little trick to simplify things
|
||||||
official_images: bin-official_images src-official_images
|
official_images: bin-official_images src-official_images
|
||||||
|
|
8
build.sh
8
build.sh
|
@ -11,6 +11,12 @@ if [ -n "$1" ] ; then
|
||||||
export ARCH=$1
|
export ARCH=$1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
cd tools
|
||||||
|
generate_di_list
|
||||||
|
generate_di+k_list
|
||||||
|
cd ..
|
||||||
|
make update-popcon
|
||||||
|
|
||||||
make distclean
|
make distclean
|
||||||
make ${CODENAME}_status
|
make ${CODENAME}_status
|
||||||
if [ "$SKIPMIRRORCHECK" = "yes" ]; then
|
if [ "$SKIPMIRRORCHECK" = "yes" ]; then
|
||||||
|
@ -51,3 +57,5 @@ fi
|
||||||
make "$IMAGETARGET"
|
make "$IMAGETARGET"
|
||||||
|
|
||||||
make imagesums
|
make imagesums
|
||||||
|
|
||||||
|
tools/get_diskusage.pl
|
||||||
|
|
Loading…
Reference in New Issue