view buildsys/dynmake/dynmake.sh @ 96:95f67e67feb0

- updated dyncallback.3, blurb about handler's retval signature character was outdated
author cslag
date Sat, 04 Jun 2016 19:32:21 +0200
parents 3e629dc19168
children
line wrap: on
line source

#!/bin/sh
#cpp -D MAKE_CMD_$2 -P Makefile.M | sed "s/^  */	/" > Makefile.dynmake
gcc -D MAKE_CMD_$2 -E -P -x c Makefile.M | sed "s/^  */	/" > Makefile.dynmake
$2 -f Makefile.dynmake $1