Consolidate "make update"
Rename 'update' to 'generate'. Rather than recurse, just explicitly call the three generate targets directly. Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
7bb196a71a
commit
8cef1212f3
8 changed files with 20 additions and 20 deletions
|
@ -24,8 +24,7 @@ all:
|
|||
@echo 'gnu: Generic GNU-based system (gcc and GNU ld)'
|
||||
@echo ''
|
||||
|
||||
FORCE.update:
|
||||
update: FORCE.update
|
||||
generate:
|
||||
perl ../../../util/mkerr.pl -conf hw_cluster_labs.ec \
|
||||
-nostatic -staticloader -write hw_cluster_labs.c
|
||||
|
||||
|
|
|
@ -24,8 +24,7 @@ all:
|
|||
@echo 'gnu: Generic GNU-based system (gcc and GNU ld)'
|
||||
@echo ''
|
||||
|
||||
FORCE.update:
|
||||
update: FORCE.update
|
||||
generate:
|
||||
perl ../../../util/mkerr.pl -conf hw_ibmca.ec \
|
||||
-nostatic -staticloader -write hw_ibmca.c
|
||||
|
||||
|
|
|
@ -29,8 +29,7 @@ install: FORCE.install
|
|||
cd install; \
|
||||
make -f unix/makefile CFLAGS='-I. -DPROTOTYPES=1 -O -c' RSAREFLIB=librsaref.a librsaref.a
|
||||
|
||||
FORCE.update:
|
||||
update: FORCE.update
|
||||
generate:
|
||||
perl ../../../util/mkerr.pl -conf rsaref.ec \
|
||||
-nostatic -staticloader -write rsaref.c
|
||||
|
||||
|
|
|
@ -24,8 +24,7 @@ all:
|
|||
@echo 'gnu: Generic GNU-based system (gcc and GNU ld)'
|
||||
@echo ''
|
||||
|
||||
FORCE.update:
|
||||
update: FORCE.update
|
||||
generate:
|
||||
perl ../../../util/mkerr.pl -conf hw_zencod.ec \
|
||||
-nostatic -staticloader -write hw_zencod.c
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue