mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-14 18:45:48 +07:00
whitespace fixes
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
This commit is contained in:
parent
4179809b22
commit
c1979c82e1
4
Makefile
4
Makefile
@ -1,7 +1,7 @@
|
||||
# Makefile for udev
|
||||
#
|
||||
# Copyright (C) 2003,2004 Greg Kroah-Hartman <greg@kroah.com>
|
||||
# Copyright (C) 2004-2005 Kay Sievers <kay.sievers@vrfy.org>
|
||||
# Copyright (C) 2004-2006 Kay Sievers <kay.sievers@vrfy.org>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
@ -43,7 +43,7 @@ USE_STATIC = false
|
||||
# make EXTRAS="extras/<extra1> extras/<extra2>"
|
||||
EXTRAS =
|
||||
|
||||
# make the build silent.
|
||||
# make the build silent
|
||||
V =
|
||||
|
||||
PROGRAMS = \
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ -d /events ] || exit 0
|
||||
set > /events/debug.$SEQNUM.$1.$ACTION.$$
|
||||
set > /events/debug.$SEQNUM.$SUBSYSTEM.$ACTION.$$
|
||||
|
Loading…
Reference in New Issue
Block a user