Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/etc
On Nov 24, 8:30am, "Reinoud Zandijk" wrote:
}
} Module Name: src
} Committed By: reinoud
} Date: Wed Jul 4 13:54:20 UTC 2012
}
} Modified Files:
} src/etc/etc.amd64: Makefile.inc
} src/etc/etc.i386: Makefile.inc
}
} Log Message:
} Disable GENERIC_USERMODE kernel auto-build to avoid problems with the current
} autobuild-system.
The problem has nothing to do with the autobuild-system. It was
your bug and Christos had already fixed it. Hardcoding the path to
NETBSDSRCDIR is blatently obviously wrong; NETBSDSRCDIR can be
practicailly anywhere relative to the build directory.
}-- End of excerpt from "Reinoud Zandijk"
On Nov 23, 11:43am, "Christos Zoulas" wrote:
} Subject: CVS commit: src/sys/arch/usermode/modules/syscallemu
}
} Module Name: src
} Committed By: christos
} Date: Tue Jul 3 21:07:41 UTC 2012
}
} Modified Files:
} src/sys/arch/usermode/modules/syscallemu: Makefile
}
} Log Message:
} no home-brewed NETBSDSRCDIR please (fix the build)
}
} To generate a diff of this commit:
} cvs rdiff -u -r1.2 -r1.3 src/sys/arch/usermode/modules/syscallemu/Makefile
}
} Please note that diffs are not public domain; they are subject to the
} copyright notices on the relevant files.
}
} --- src/sys/arch/usermode/modules/syscallemu/Makefile:1.2 Fri Jan 6
08:16:20 2012
} +++ src/sys/arch/usermode/modules/syscallemu/Makefile Tue Jul 3 17:07:41 2012
} @@ -1,6 +1,6 @@
} -# $NetBSD: Makefile,v 1.2 2012/01/06 13:16:20 jmcneill Exp $
} +# $NetBSD: Makefile,v 1.3 2012/07/03 21:07:41 christos Exp $
}
} -NETBSDSRCDIR?= ../../../../..
} +.include <bsd.own.mk>
}
} S?= ${NETBSDSRCDIR}/sys
} M?= ${S}/modules
}
}-- End of excerpt from "Christos Zoulas"
Home |
Main Index |
Thread Index |
Old Index