Commit graph

31 commits

Author SHA1 Message Date
Kay Sievers 3b2e525a56 release 181 2012-02-07 01:58:59 +01:00
Kay Sievers dc401e0189 autogen.sh: makedev() misteriously breaks with -O0 here, use -O1 for now
-O0
  [pid 693] mknod("udev-root/sda", 034101566300) = -1 EINVAL (Invalid argument)

-O1
[pid 8087] mknod("udev-root/sda", S_IFBLK, makedev(8, 0)) = 0
2012-01-10 02:05:08 +01:00
Kay Sievers 912541b024 tabs are as useful as a hole in the head 2012-01-10 01:34:15 +01:00
Kay Sievers c59d1e45bd autogen.sh: add CFLAGS and print entire line, so that mouse copy/paste works 2012-01-09 23:17:56 +01:00
Kay Sievers 9fbe27d9d6 autogen.sh: enable git pre-commit 2012-01-05 19:22:03 +01:00
Kay Sievers 1495719024 build-sys: use --libexecdir=/usr/lib instead of /usr/lib/udev 2012-01-05 19:13:41 +01:00
Kay Sievers dd8a93e0d8 make: introduce --with-rootprefix= 2011-12-25 20:41:52 +01:00
Kay Sievers f71a55810f autogen.sh: moce CFLAGS from to configure.ac; print common ./configure options 2011-12-23 13:38:46 +01:00
Kay Sievers 06316d9f1a builtin: kmod - switch modprobe to builtin 2011-12-23 04:50:33 +01:00
Kay Sievers c7f9693c14 builtin: blkid - add missing newline 2011-12-23 03:40:31 +01:00
Kay Sievers 12a362be5c use libexecdir, bindir, sbindir, switch to /usr/lib/udev in documentation 2011-12-05 17:23:56 +01:00
Kay Sievers 6a90a5124a make: tweak some autofoo according to Flameeyes' recommendations for libabc 2011-11-04 15:16:35 +01:00
Kay Sievers 7a959f1b07 input_id: silent gcc warnings 2011-03-19 17:04:56 +01:00
Kay Sievers 6133f3432f cleanup ./configure installation directory options 2009-06-17 02:25:07 +02:00
Kay Sievers bb0059f36e autogen.sh: make "CFLAGS=-O0 ./autogen.sh" working 2009-06-16 21:29:13 +02:00
Kay Sievers 514b8d6212 configure: enable all extras by default, provide --disable-extras 2009-06-16 21:13:15 +02:00
Kay Sievers af23b83ea7 udev-acl: move from udev-extras
The build of extras with larger external dependencies is wrapped in:
      --enable-extras
2009-06-16 17:43:12 +02:00
Kay Sievers 048dc83a78 autogen.sh: simplify 2009-06-16 14:19:19 +02:00
Kay Sievers 26812f0a13 libudev: add gtk-doc 2009-06-15 13:22:21 +02:00
Kay Sievers 9dc4a84a25 autogen.sh: add more warnings 2009-02-05 19:01:27 +01:00
Kay Sievers 12dda308d9 build: use autoreconf --symlink 2008-12-29 05:47:53 +01:00
Kay Sievers d4e7bda70c build: just use autoreconf -i
Thanks to Scott for mentioning!
2008-12-19 01:30:41 +01:00
Kay Sievers 5d89ef7bf9 make: do not delete autotools generated file with distclean
[...] running the command
`make maintainer-clean' should not delete `configure' even if
`configure' can be remade using a rule in the Makefile.  More
generally, `make maintainer-clean' should not delete anything that
needs to exist in order to run `configure' and then begin to build
the program.  This is the only exception; `maintainer-clean' should
delete everything else that can be rebuilt.
2008-12-06 04:03:08 +01:00
Kay Sievers 88608b1704 autogen.sh: fix -print-multi-os-directory usage 2008-11-18 03:52:05 +01:00
Kay Sievers b929e83acc add "devel" and "install" switches to autogen.sh 2008-11-01 20:57:22 +01:00
Kay Sievers cf8ec631a2 autogen.sh: add debug 2008-09-06 15:22:19 +02:00
Kay Sievers e407720bba autogen.sh: add --with-selinux 2008-08-30 23:08:19 +02:00
Kay Sievers 530fc1f526 update INSTALL 2008-08-28 22:58:03 +02:00
Kay Sievers e231a5db51 add some warnings 2008-08-12 11:19:32 +02:00
Kay Sievers 72a157b9ad build: remove autopoint check 2008-08-08 22:38:46 +02:00
Kay Sievers 01618658fd use autotools 2008-07-30 01:45:23 +02:00