specs: Replace 'latest' with @TIMESTAMP@

... except in stage1's source_subpath, which actually should be
literally "latest".

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner 2020-04-28 21:33:11 -07:00
parent 94d43f6444
commit 51610fd582
199 changed files with 593 additions and 593 deletions

View file

@ -1,10 +1,10 @@
subarch: mips3
version_stamp: latest
version_stamp: @TIMESTAMP@
target: netboot2
rel_type: default
profile: default/linux/mips/10.0
snapshot: latest
source_subpath: default/stage3-mips3-latest
snapshot: @TIMESTAMP@
source_subpath: default/stage3-mips3-@TIMESTAMP@
chost: mips-unknown-linux-gnu
cflags: -Os -march=mips3 -pipe -fomit-frame-pointer -pie -ftracer -fforce-addr
@ -16,10 +16,10 @@ boot/kernel/ip30r10k/sources: =mips-sources-2.6.16.27
boot/kernel/ip32r5k/sources: =mips-sources-2.6.16.27
boot/kernel/ip32rm5k/sources: =mips-sources-2.6.16.27
boot/kernel/ip28r10k/config: /usr/catalyst/latest/ip28r10k-2008.0.cf
boot/kernel/ip30r10k/config: /usr/catalyst/latest/ip30r10k-2008.0.cf
boot/kernel/ip32r5k/config: /usr/catalyst/latest/ip32r5k-2008.0.cf
boot/kernel/ip32rm5k/config: /usr/catalyst/latest/ip32rm5k-2008.0.cf
boot/kernel/ip28r10k/config: /usr/catalyst/@TIMESTAMP@/ip28r10k-2008.0.cf
boot/kernel/ip30r10k/config: /usr/catalyst/@TIMESTAMP@/ip30r10k-2008.0.cf
boot/kernel/ip32r5k/config: /usr/catalyst/@TIMESTAMP@/ip32r5k-2008.0.cf
boot/kernel/ip32rm5k/config: /usr/catalyst/@TIMESTAMP@/ip32rm5k-2008.0.cf
boot/kernel/ip28r10k/use: -doc ip28
boot/kernel/ip30r10k/use: -doc ip30

View file

@ -1,7 +1,7 @@
subarch: mips3
version_stamp: latest
version_stamp: @TIMESTAMP@
target: stage1
rel_type: default
profile: default/linux/mips/10.0
snapshot: latest
snapshot: @TIMESTAMP@
source_subpath: default/stage3-mips3-latest

View file

@ -1,7 +1,7 @@
subarch: mips3
version_stamp: latest
version_stamp: @TIMESTAMP@
target: stage2
rel_type: default
profile: default/linux/mips/10.0
snapshot: latest
source_subpath: default/stage1-mips3-latest
snapshot: @TIMESTAMP@
source_subpath: default/stage1-mips3-@TIMESTAMP@

View file

@ -1,7 +1,7 @@
subarch: mips3
version_stamp: latest
version_stamp: @TIMESTAMP@
target: stage3
rel_type: default
profile: default/linux/mips/10.0
snapshot: latest
source_subpath: default/stage2-mips3-latest
snapshot: @TIMESTAMP@
source_subpath: default/stage2-mips3-@TIMESTAMP@