Skip to content

Commit 0541241

Browse files
authored
Update README.md
1 parent d561f89 commit 0541241

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ I want to debug my GNU Makefiles.
77

88
Ultimate long-term goal is a GNU Make visual debugger. I want breakpoints on variables changing. I want to single step through the rules. I want to put a breakpoint on a rule.
99

10+
## Update 20250118. The Linux Kernel Make Update III.
11+
12+
Added the $(eval) function. Added target specific variables. Now need to add static pattern rule support.
13+
1014
## Update 20241228. The Linux Kernel Make Update. Again.
1115

1216
The tokenzparser has been successfully rewritten. We can now amost parse the Linux Kernel Makefile! (Just need to implement the $(eval) function.) I will then focus on being able to run the simple 'help' target.

0 commit comments

Comments
 (0)