Hi All, When I am trying to use a predefined shell variable RANDOM in a make file. I am not able to generate any random value. Instead it is showoing as blank.
The code I am using is :
SEED := $(shell /bin/sh -c "$(RANDOM)")
I am not getting any error but, the value is blank.
Can anybody help me in solving the problem.
Thanks in advance,
Rama
_______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
