List of commits:
Subject Hash Author Date (UTC)
enable logging for debug build d5b2035cc2d364bd65e6b623569433bc0d435a80 Sylvain BERTRAND 2012-09-12 01:08:01
be more friendly with openrc scripts 70c3c9f5a17f944373fa2a87021adaa9a507cbc7 Sylvain BERTRAND 2012-09-06 16:15:40
Initial commit a7933be9fb44a9c0bb6834bf4f97a48db261c271 Sylvain BERTRAND 2012-09-05 09:39:46
Commit d5b2035cc2d364bd65e6b623569433bc0d435a80 - enable logging for debug build
Author: Sylvain BERTRAND
Author date (UTC): 2012-09-12 01:08
Committer name: Sylvain BERTRAND
Committer date (UTC): 2012-09-12 01:08
Parent(s): 70c3c9f5a17f944373fa2a87021adaa9a507cbc7
Signing key:
Tree: 660c26d3aef54e1813ad75eef9b559358e4a4024
File Lines added Lines deleted
conf.mk 1 0
File conf.mk changed (mode: 100644) (index df91d12..3b831b8)
... ... LDFLAGS?=-Wl,-O,10
34 34 ASFLAGS?= ASFLAGS?=
35 35 else else
36 36 CPPFLAGS?=-D_GNU_SOURCE -Wall -Wextra -I./ -I./src CPPFLAGS?=-D_GNU_SOURCE -Wall -Wextra -I./ -I./src
37 CPPFLAGS+= -DENABLE_LOGGING -DENABLE_DEBUG
37 38 CFLAGS?=-Wall -Wextra -std=gnu99 -ggdb3 -march=native CFLAGS?=-Wall -Wextra -std=gnu99 -ggdb3 -march=native
38 39 CFLAGS+= -fverbose-asm -S CFLAGS+= -fverbose-asm -S
39 40 ASFLAGS?= ASFLAGS?=
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/sylware/mudev

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/sylware/mudev

Clone this repository using git:
git clone git://git.rocketgit.com/user/sylware/mudev

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main