RSSAmplifier

Techlog · Mar 29, 2025

Using make for system administration

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

In another blog post I wrote that I’m using make to restart BIND and showed the following example: root@dns:/etc/bind# cat Makefile all: /usr/sbin/named-checkconf -z /usr/sbin/rndc reload The all in the above Makefile is the default target used when calling make without options. The second line (Note that there is a TAB ) runs a bind tool called named-checkconf with the option -z to check…

Read on /posts/using-make/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.