Magellan Linux

Diff of /trunk/core/systemd/systemd-204-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 17183 by niro, Mon Jun 3 14:03:02 2013 UTC revision 17184 by niro, Mon Jun 3 14:56:21 2013 UTC
# Line 317  fi Line 317  fi
317    
318  src_install_systemd()  src_install_systemd()
319  {  {
320   mmake DESTDIR=${BINDIR} install || die   mmake -j1 DESTDIR=${BINDIR} install || die
321    
322   # keep some directories   # keep some directories
323   mkeepdir /run || die   mkeepdir /run || die
# Line 457  src_install_systemd-tools() Line 457  src_install_systemd-tools()
457    
458  src_install_libudev()  src_install_libudev()
459  {  {
460   mmake DESTDIR=${BINDIR} install || die   mmake -j1 DESTDIR=${BINDIR} install || die
461    
462   # cleanup all files but the libudev owned ones   # cleanup all files but the libudev owned ones
463   zapmost ${BINDIR} \   zapmost ${BINDIR} \
# Line 471  src_install_libudev() Line 471  src_install_libudev()
471    
472  src_install_libgudev()  src_install_libgudev()
473  {  {
474   mmake DESTDIR=${BINDIR} install || die   mmake -j1 DESTDIR=${BINDIR} install || die
475    
476   # cleanup all files but the libgudev owned ones   # cleanup all files but the libgudev owned ones
477   zapmost ${BINDIR} \   zapmost ${BINDIR} \
# Line 488  src_install_libgudev() Line 488  src_install_libgudev()
488    
489  src_install_udev()  src_install_udev()
490  {  {
491   mmake DESTDIR=${BINDIR} install || die   mmake -j1 DESTDIR=${BINDIR} install || die
492    
493   # cleanup all files but the udev owned ones   # cleanup all files but the udev owned ones
494   zapmost ${BINDIR} \   zapmost ${BINDIR} \
# Line 539  fi Line 539  fi
539    
540  src_install_nss-myhostname()  src_install_nss-myhostname()
541  {  {
542   mmake DESTDIR=${BINDIR} install || die   mmake -j1 DESTDIR=${BINDIR} install || die
543    
544   # cleanup all files but the nss-myhostname owned ones   # cleanup all files but the nss-myhostname owned ones
545   zapmost ${BINDIR} \   zapmost ${BINDIR} \
# Line 551  src_install_nss-myhostname() Line 551  src_install_nss-myhostname()
551    
552  src_install_libsystemd-daemon()  src_install_libsystemd-daemon()
553  {  {
554   mmake DESTDIR=${BINDIR} install || die   mmake -j1 DESTDIR=${BINDIR} install || die
555    
556   # cleanup all files but the libsystem-daemon owned ones   # cleanup all files but the libsystem-daemon owned ones
557   zapmost ${BINDIR} \   zapmost ${BINDIR} \
# Line 562  src_install_libsystemd-daemon() Line 562  src_install_libsystemd-daemon()
562    
563  src_install_libsystemd-id128()  src_install_libsystemd-id128()
564  {  {
565   mmake DESTDIR=${BINDIR} install || die   mmake -j1 DESTDIR=${BINDIR} install || die
566    
567   # cleanup all files but the libsystem-id128 owned ones   # cleanup all files but the libsystem-id128 owned ones
568   zapmost ${BINDIR} \   zapmost ${BINDIR} \
# Line 573  src_install_libsystemd-id128() Line 573  src_install_libsystemd-id128()
573    
574  src_install_libsystemd-journal()  src_install_libsystemd-journal()
575  {  {
576   mmake DESTDIR=${BINDIR} install || die   mmake -j1 DESTDIR=${BINDIR} install || die
577    
578   # cleanup all files but the libsystem-journal owned ones   # cleanup all files but the libsystem-journal owned ones
579   zapmost ${BINDIR} \   zapmost ${BINDIR} \
# Line 584  src_install_libsystemd-journal() Line 584  src_install_libsystemd-journal()
584    
585  src_install_libsystemd-login()  src_install_libsystemd-login()
586  {  {
587   mmake DESTDIR=${BINDIR} install || die   mmake -j1 DESTDIR=${BINDIR} install || die
588    
589   # cleanup all files but the libsystem-login owned ones   # cleanup all files but the libsystem-login owned ones
590   zapmost ${BINDIR} \   zapmost ${BINDIR} \
# Line 595  src_install_libsystemd-login() Line 595  src_install_libsystemd-login()
595    
596  src_install_systemd-python()  src_install_systemd-python()
597  {  {
598   mmake DESTDIR=${BINDIR} install || die   mmake -j1 DESTDIR=${BINDIR} install || die
599    
600   # cleanup all files but the systemd-python owned ones   # cleanup all files but the systemd-python owned ones
601   zapmost ${BINDIR} \   zapmost ${BINDIR} \

Legend:
Removed from v.17183  
changed lines
  Added in v.17184