From: Clifford Wolf Date: Mon, 18 Mar 2013 06:32:33 +0000 (+0100) Subject: Removed date from auto-generated passes/techmap/stdcells.inc X-Git-Tag: yosys-0.2.0~713^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=020a35d11e26e5487ae3568ac78df28c14019375;p=yosys.git Removed date from auto-generated passes/techmap/stdcells.inc --- diff --git a/passes/techmap/Makefile.inc b/passes/techmap/Makefile.inc index 2e90215e1..970236259 100644 --- a/passes/techmap/Makefile.inc +++ b/passes/techmap/Makefile.inc @@ -3,8 +3,7 @@ GENFILES += passes/techmap/stdcells.inc OBJS += passes/techmap/techmap.o passes/techmap/stdcells.inc: techlibs/stdcells.v - echo -n "// autogenerated from $< on " > $@.new - LANG=C date >> $@.new + echo "// autogenerated from $<" > $@.new od -v -td1 -w1 $< | awk 'BEGIN { print "static char stdcells_code[] = {"; } $$2 != "" { print $$2 ","; } \ END { print 0 "};"; }' | fmt >> $@.new mv $@.new $@