Dmake en mode verbose

Fermé
SAKDOSS - 4 août 2009 à 16:52
jipicy Messages postés 40842 Date d'inscription jeudi 28 août 2003 Statut Modérateur Dernière intervention 10 août 2020 - 4 août 2009 à 16:58
Bonjour tout le monde,

J'ai un petit soucis.

J'ai un warning étrange lors d'une compilation avec dmake et je souhaiterais avoir plus d'output pour essayer de voir d'où cela vient.

La commande que j'utilise alors pour compiler est la suivante :
dmake -V -j 4 -m parallel all


Hélas, la sortie semble être la même que précédemment.

Est-ce normal ? Comment devrais-je m'y prendre pour obtenir plus d'information de la part de dmake ?
A voir également:

1 réponse

jipicy Messages postés 40842 Date d'inscription jeudi 28 août 2003 Statut Modérateur Dernière intervention 10 août 2020 4 895
4 août 2009 à 16:58
Salut,

Quel système d'exploitation ?
Quelle version de dmake ?

Parce que si l'on en croit cette version
-v[cdfimrtw]
    Verbose flag, when making targets print to stdout what we are going to make and what we think its time stamp is. The optional flags [cdfimrtw] can be used to restrict the information that is displayed. In the absence of any optional flags all are assumed to be given (ie. -v is equivalent to -vcdfimrtw). The meanings of the optional flags are:

c
    Notify of directory cache operations only.

d
    Notify of change directory operations only.

f
    Notify of file I/O operations only.

i
    Notify of inference algorithm operation only.

m
    Notify of target update operations only.

r
    Force output of recipe lines and warnings. This switch is usefull when debugging makefiles that disable the output using the @ sign for recipe lines or the .SILENT target/attribute. It also overrides the -s flag.

t
    Keep any temporary files created; normally they are automatically deleted.

w
    Notify of non-essential warnings (these are historical). 
;-))
0