----- Original Message -----
On 05/09/14 at 10:50am, Arthur Zou wrote:
%ifarch ppc %define archdef ARCH=ppc @@ -182,6 +199,7 @@ make -C eppic/libeppic make -C makedumpfile-1.5.4 LINKTYPE=dynamic USELZO=on USESNAPPY=on %endif make -C kexec-tools-po +make -C kdump-anaconda-addon-0.1/po
Probably above make -C is redundant? Because the kdump-anaconda-addon/Makefile will recursively make subdirectory.
Currently kdump-anaconda-addon/Makefile will recursively make subdirectory when we make install. But in build stage, kdump-anaconda-addon/Makefile only echo the usage when we using make. The actual work is done by kdump-anaconda-addon-0.1/po/Makefile that will compile the po file to mo file.
Thanks zzou
Thanks Dave