ALT Linux Bugzilla
– Attachment 990 Details for
Bug 7369
udev tmpfs overrides LVM nodes created at startup
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
makefile for it
Makefile (text/plain), 558 bytes, created by
Nick S. Grechukh
on 2005-07-15 02:52:49 MSD
(
hide
)
Description:
makefile for it
Filename:
MIME Type:
Creator:
Nick S. Grechukh
Created:
2005-07-15 02:52:49 MSD
Size:
558 bytes
patch
obsolete
># Makefile ># ># Copyright (C) 2003 Christophe Varoqui, <christophe.varoqui@free.fr> >GZIP = /bin/gzip -9 -c >STRIP = strip --strip-all -R .comment -R .note > >BUILD = glibc > >OBJS = devmap_name.o >CFLAGS = -pipe -g -Wall -Wunused -Wstrict-prototypes > >ifeq ($(strip $(BUILD)),klibc) > OBJS += $(libdm) >else > LDFLAGS = -ldevmapper >endif > >EXEC = devmap_name > >all: $(BUILD) > >prepare: > rm -f core *.o *.gz > >glibc: prepare $(OBJS) > $(CC) $(OBJS) -o $(EXEC) $(LDFLAGS) > $(STRIP) $(EXEC) > $(GZIP) $(EXEC).8 > $(EXEC).8.gz > > >clean: > rm -f core *.o $(EXEC) *.gz
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 7369
:
989
|
990
|
991
|
1490
|
1493