[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

help with d/rules: is it possible to use with dh_auto_build -- $$arg within a for loop ?



Hi,
I would like to simplify d/rules for a local package:

override_dh_auto_build:
    for D in "Axi 3D"; do \

        for N in "1 2"; do \
             echo "building hifimagnet$$D_P$$N_N$$N" ; \
             dh_auto_build -- hifimagnet$$D_P$$N_N$$N ; \
         done ; \
 done


it seems not working.

Is it possible to do that kind of things?


Best 

C




Christophe TROPHIME
Research Engineer

    CNRS - LNCMI
25, rue des Martyrs
BP 166
38042 GRENOBLE Cedex 9
FRANCE    

Tel : +33 (0)4 76 88 90 02
Fax : +33 (0) 4 76 88 10 01
Office U 19
M@il : christophe.trophime@lncmi.cnrs.fr


Reply to: