index
:
hurd.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makeconf
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
(CFLAGS): Define EWOULDBLOCK here to work around new libc bug.
Michael I. Bushnell
1996-07-16
1
-1
/
+1
*
(install-hdrs) [library]: Depend on installed copies of headers.
Michael I. Bushnell
1996-07-14
1
-0
/
+3
*
(install): Repair last change.
Michael I. Bushnell
1996-07-12
1
-2
/
+2
*
(install) [doinst==one || doinst==many]: Include file-specific options
Michael I. Bushnell
1996-07-12
1
-2
/
+2
*
disable excessive cleverness for now...
Michael I. Bushnell
1996-07-08
1
-10
/
+10
*
fixup
Michael I. Bushnell
1996-07-08
1
-2
/
+2
*
(libs) [library]: Depend on add-to-librecord instead of $(targets).
Michael I. Bushnell
1996-07-08
1
-2
/
+27
*
(MKINSTALLDIRS): New variable.
Michael I. Bushnell
1996-06-27
1
-3
/
+14
*
($(target)):
Miles Bader
1996-06-21
1
-1
/
+0
*
($(target)): And do it correctly, too.
Michael I. Bushnell
1996-06-17
1
-1
/
+1
*
$(target): Add bletcherous hack to deal with undefined (and unused)
Michael I. Bushnell
1996-06-17
1
-0
/
+1
*
(CPPFLAGS): Add -I$(top_srcdir)/include.
Miles Bader
1996-06-17
1
-5
/
+6
*
Add .PHONY spec for phony targets.
Roland McGrath
1996-05-11
1
-0
/
+2
*
(INSTALLED_LOCAL_HEADERS): slight fixup
Michael I. Bushnell
1996-05-09
1
-0
/
+5
*
(INSTALLED_LOCAL_HEADERS): New variable that $(libs) depends on.
Michael I. Bushnell
1996-05-09
1
-0
/
+8
*
($(target)): Don't depend on $(OBJS) or $(OTHERLIBS) in the main build
Michael I. Bushnell
1996-04-30
1
-1
/
+5
*
(make-deps): New canned sequence. Remove gcc-lib hdrs from deps.
Roland McGrath
1996-04-28
1
-14
/
+10
*
(OBJS): Provide default definition.
Michael I. Bushnell
1996-04-26
1
-4
/
+5
*
Use -include for generated dep files.
Roland McGrath
1996-04-25
1
-5
/
+5
*
(CFLAGS): Turn on -O3.
Michael I. Bushnell
1996-03-21
1
-1
/
+1
*
(CFLAGS): Always turn on -g.
Michael I. Bushnell
1996-03-21
1
-1
/
+1
*
(vpath %.defs): make that $(includedir)/mach and $(includedir)/device.
Michael I. Bushnell
1996-03-20
1
-1
/
+1
*
(vpath %.defs): Use $(includedir) to locate mach files.
Roland McGrath
1996-03-20
1
-8
/
+8
*
(CPPFLAGS): Define _GNU_SOURCE.
Michael I. Bushnell
1996-03-20
1
-1
/
+1
*
(vpath %.defs): Add /gd4/hurdinst/include/mach. XXX
Michael I. Bushnell
1996-03-20
1
-1
/
+1
*
($(target): %): Add $(target-suffix) to destination name.
Miles Bader
1996-03-05
1
-1
/
+1
*
(top_srcdirinc, srcdirinc): New variables.
Michael I. Bushnell
1995-11-21
1
-1
/
+11
*
(rpath): New variable.
Roland McGrath
1995-10-11
1
-2
/
+9
*
($(libname).so): Pass $(LDFLAGS) and $($@-LDFLAGS).
Roland McGrath
1995-10-07
1
-1
/
+2
*
(%_pic.o: %.c): Use $(COMPILE.c) instead of its contents. Pass -DPIC.
Roland McGrath
1995-10-04
1
-1
/
+3
*
(top_srcdir): Define properly in parent directory.
Roland McGrath
1995-09-23
1
-1
/
+5
*
(LDFLAGS): Variable removed.
Miles Bader
1995-09-22
1
-3
/
+0
*
(libthreads-libsubst): Variable removed.
Roland McGrath
1995-09-19
1
-4
/
+0
*
[! srcdir] (top_srcdir): Strip trailing slash from $(..).
Roland McGrath
1995-09-18
1
-1
/
+1
*
Include $(..)config.make for configure-generated parameters.
Roland McGrath
1995-09-16
1
-33
/
+32
*
(sbindir): New variable.
Roland McGrath
1995-09-16
1
-2
/
+7
*
(libsubst, libsubst-override, _libsubst): New vars.
Miles Bader
1995-09-01
1
-4
/
+14
*
Typo.
Michael I. Bushnell
1995-08-28
1
-1
/
+1
*
(inclusion of .d files based on OBJS): Only deal with .o files in
Michael I. Bushnell
1995-08-28
1
-1
/
+1
*
(DEP_SRCS): Sort in reverse order so that local files come first.
Miles Bader
1995-08-28
1
-1
/
+1
*
(TAGS): Automagically find all the files to scan from the dependency
Miles Bader
1995-08-28
1
-3
/
+3
*
($(libname.so)): Set the soname to $(libname).so, not $(libname).
Miles Bader
1995-08-25
1
-1
/
+1
*
($(libname).so): Use the linker -soname option to specify what library name
Miles Bader
1995-08-25
1
-2
/
+8
*
(HURDLIBS-files, HURDLIBS-libs): Removed.
Miles Bader
1995-08-24
1
-57
/
+24
*
[$(doinst)==many] (HURDLIBS-libs): Use plain OTHERLIBS as well as the target
Miles Bader
1995-08-19
1
-1
/
+1
*
Don't include dependency files if no_deps is set.
Michael I. Bushnell
1995-07-22
1
-0
/
+8
*
(%.d: %.c): Include the _pic.o files if we are making a library.
Michael I. Bushnell
1995-07-19
1
-1
/
+6
*
[$(doinst)==many] ($(targets) installation rule): Fix typo.
Roland McGrath
1995-07-07
1
-1
/
+1
*
(install) [doinst == one || doinst == many]: Don't install files if
Michael I. Bushnell
1995-07-07
1
-4
/
+6
*
(HURDLIBS-libs): Comment out path-search rule here; I don't yet trust
Michael I. Bushnell
1995-07-07
1
-7
/
+8
[prev]
[next]