Skip to content

Commit

Permalink
[RPM] Use 'make -i' while building
Browse files Browse the repository at this point in the history
  • Loading branch information
ljanyst committed Dec 18, 2013
1 parent 6085972 commit d7cc436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/rhel/xrootd.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_TES
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo -DPERL_LIBRARY=$PERLPATH/libperl.so -DPERL_INCLUDE_PATH=$PERLPATH ..
%endif

make VERBOSE=1 %{?_smp_mflags}
make -i VERBOSE=1 %{?_smp_mflags}
cd ..
doxygen Doxyfile

Expand Down

0 comments on commit d7cc436

Please sign in to comment.