~pr0gg3d/ubuntu/oneiric/util-linux/bug-805886

« back to all changes in this revision

Viewing changes to schedutils/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2009-07-16 15:48:23 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090716154823-i26fshvs4v8h90qh
Tags: 2.16-1ubuntu1
* Merge from Debian, remaining changes:
  - Since udev is required in Ubuntu, the hwclock.sh init script is
    not called on startup and the hwclockfirst.sh init script is
    removed.
  - Remove /etc/adjtime on upgrade if it was not used.
  - Install custom blkid.conf to use /dev/.blkid.tab since we don't
    expect device names to survive a reboot
  - No lsb_release call in mount.preinst since we'd need Pre-Depends
    (LP: #383697).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
if BUILD_SCHEDUTILS
4
4
 
5
 
usrbinexec_PROGRAMS = chrt
 
5
usrbin_exec_PROGRAMS = chrt
6
6
dist_man_MANS = chrt.1
7
7
 
8
8
if HAVE_IOPRIO_GET
9
9
if HAVE_IOPRIO_SET
10
 
usrbinexec_PROGRAMS += ionice
 
10
usrbin_exec_PROGRAMS += ionice
11
11
dist_man_MANS += ionice.1
12
12
endif
13
13
endif
14
14
 
15
15
if HAVE_SCHED_GETAFFINITY
16
 
usrbinexec_PROGRAMS += taskset
 
16
usrbin_exec_PROGRAMS += taskset
17
17
dist_man_MANS += taskset.1
18
18
endif
19
19