Cher journal,
Pourrais-tu m'aider à appliquer le patch linux-2.6.0-test2 sur le *-test1 ?
Contrairement aux patchs dont j'ai l'habitude qui s'appliquent sur le dossier linux/, ce patch là parle de répertoires a/ et b/.
Y a-t-il une astuce particulière ?
Généralement, je fais cela:
bzip2 -dc patch-2.6.0-test2.bz2 | patch -p0
Mais là, cela ne semble pas suffire...
Merci mon cher journal.
# patch -p1
Posté par Foxy (site web personnel) . Évalué à 5.
Applying patches.
~~~~~~~~~~~~~~~~~
- In 2.4 and previous kernels, the recommended way to apply patches was to use a command line such as ...
gzip -cd patchXX.gz | patch -p0
In 2.5, Linus started adding an extra path element to the diffs,
so using -p1 in the untarred 'to be patched' directory is necessary.
[^] # Re: patch -p1
Posté par Lee Nux . Évalué à 4.
[^] # Re: patch -p1
Posté par Lee Nux . Évalué à -1.
[^] # Re: patch -p1
Posté par Christophe Fergeau . Évalué à 2.
# Re: appliquer le patch linux-2.6.0-test2
Posté par ptit_tux . Évalué à 3.
Suivre le flux des commentaires
Note : les commentaires appartiennent à celles et ceux qui les ont postés. Nous n’en sommes pas responsables.