summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2016-01-17 16:53:53 -0500
committerRich Salz <rsalz@openssl.org>2016-01-20 09:09:14 -0500
commit8cef1212f3a8271e1d9f2b4b02720751084a1785 (patch)
treef69daa185d375affebadeddafbf4b3e880056d1c /demos
parent7bb196a71adef8440b6152b6174651a9c25588f1 (diff)
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>
Diffstat (limited to 'demos')
-rw-r--r--demos/engines/cluster_labs/Makefile.in3
-rw-r--r--demos/engines/ibmca/Makefile.in3
-rw-r--r--demos/engines/rsaref/Makefile.in3
-rw-r--r--demos/engines/zencod/Makefile.in3
4 files changed, 4 insertions, 8 deletions
diff --git a/demos/engines/cluster_labs/Makefile.in b/demos/engines/cluster_labs/Makefile.in
index e299d33d72..48f696c85c 100644
--- a/demos/engines/cluster_labs/Makefile.in
+++ b/demos/engines/cluster_labs/Makefile.in
@@ -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
diff --git a/demos/engines/ibmca/Makefile.in b/demos/engines/ibmca/Makefile.in
index 652d0b19c5..d0d74dffdf 100644
--- a/demos/engines/ibmca/Makefile.in
+++ b/demos/engines/ibmca/Makefile.in
@@ -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
diff --git a/demos/engines/rsaref/Makefile.in b/demos/engines/rsaref/Makefile.in
index 04481e31ce..94af60c401 100644
--- a/demos/engines/rsaref/Makefile.in
+++ b/demos/engines/rsaref/Makefile.in
@@ -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
diff --git a/demos/engines/zencod/Makefile.in b/demos/engines/zencod/Makefile.in
index fe02034e59..240ae7dae8 100644
--- a/demos/engines/zencod/Makefile.in
+++ b/demos/engines/zencod/Makefile.in
@@ -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